From b6bc54f053f80e1a1798f990cf5aa87b994d07d4 Mon Sep 17 00:00:00 2001 From: James Fulton Date: Wed, 27 Mar 2024 11:22:22 +0000 Subject: [PATCH] update workflow --- .github/workflows/conda-pytest.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conda-pytest.yaml b/.github/workflows/conda-pytest.yaml index 60fe551..c57028c 100644 --- a/.github/workflows/conda-pytest.yaml +++ b/.github/workflows/conda-pytest.yaml @@ -1,5 +1,8 @@ name: Conda pytest -on: push +on: + push + pull_request: + types: [opened, reopened] jobs: push_to_registry: