diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f7d14b4..3bd89da0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,7 @@ on: push: branches: - "main" + - "master" pull_request: jobs: @@ -14,5 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - pytest + + - name: Run pytest + run: pytest