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