diff --git a/.github/workflows/pytest-on-each-version.yaml b/.github/workflows/pytest-on-each-version.yaml index 5bcc115..e2d44de 100644 --- a/.github/workflows/pytest-on-each-version.yaml +++ b/.github/workflows/pytest-on-each-version.yaml @@ -4,8 +4,8 @@ name: Test on each version on: push: - branches: - - 'main' + paths: + - kennard_stone/__init__.py jobs: build-linux: