diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 82f7751a..9d1193f9 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -2,6 +2,8 @@ name: Python package tests on: push: + pull_request: + types: [opened, reopened] schedule: - cron: "0 12 * * 1" pull_request_target: