diff --git a/.github/workflows/conda-pytest.yaml b/.github/workflows/conda-pytest.yaml index c57028c..cbef0b7 100644 --- a/.github/workflows/conda-pytest.yaml +++ b/.github/workflows/conda-pytest.yaml @@ -1,6 +1,6 @@ name: Conda pytest on: - push + push: pull_request: types: [opened, reopened]