From ea9b39d01d6a06972ddfe049dedc6e483f22b195 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 23 Mar 2024 16:27:33 +0100 Subject: [PATCH] Rename and fix test_python.yml --- .github/workflows/{lint_python.yml => test_python.yml} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename .github/workflows/{lint_python.yml => test_python.yml} (82%) diff --git a/.github/workflows/lint_python.yml b/.github/workflows/test_python.yml similarity index 82% rename from .github/workflows/lint_python.yml rename to .github/workflows/test_python.yml index 0cd3390..0746d36 100644 --- a/.github/workflows/lint_python.yml +++ b/.github/workflows/test_python.yml @@ -1,7 +1,11 @@ -name: lint_python -on: [pull_request, push] +name: test_python +on: + pull_request: + branches: [main] + push: + branches: [main] jobs: - lint_python: + test_python: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4