diff --git a/.github/workflows/pytest_cov.yml b/.github/workflows/pytest_cov.yml index 8e60f72b..ceffa275 100644 --- a/.github/workflows/pytest_cov.yml +++ b/.github/workflows/pytest_cov.yml @@ -1,6 +1,8 @@ name: PyTest on: + push: + branches: [ main ] pull_request: branches: [ main, dev ]