From 9a8a64946ba2c4fcad4649158c38ac6a8a60afa2 Mon Sep 17 00:00:00 2001 From: neuronflow <7048826+neuronflow@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:16:18 +0100 Subject: [PATCH] Update and rename test.yml to tests.yml rename to tests --- .github/workflows/{test.yml => tests.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{test.yml => tests.yml} (99%) diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 99% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml index 755f268..8617802 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: test +name: tests on: push: