diff --git a/.github/workflows/ci-pytest.yml b/.github/workflows/ci-pytest.yml index cee9d5ac..ac2e7eb6 100644 --- a/.github/workflows/ci-pytest.yml +++ b/.github/workflows/ci-pytest.yml @@ -1,6 +1,9 @@ name: ci-pytest on: + push: + branches: + - master pull_request: branches: - master