From 0b67aefa687a942beae86670e621f8fc0ebd0a88 Mon Sep 17 00:00:00 2001 From: James Fulton <41546094+dfulu@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:30:10 +0000 Subject: [PATCH] Update conda-pytest.yaml --- .github/workflows/conda-pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]