diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 03a6062..c4738d8 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -2,9 +2,9 @@ name: Test with pytest on: push: - branches: [ "develop" ] + branches: [ "master", "devel" ] pull_request: - branches: [ "master" ] + types: ["opened", "reopened"] jobs: build: