From 54a8734ec1619af389a96a6ff6b2412d68cdf95a Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Wed, 7 Feb 2024 11:09:19 +0100 Subject: [PATCH] Add test job on pull request too to check --- .github/workflows/test-pypi-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-pypi-install.yml b/.github/workflows/test-pypi-install.yml index c4df78b..1793f92 100644 --- a/.github/workflows/test-pypi-install.yml +++ b/.github/workflows/test-pypi-install.yml @@ -1,5 +1,6 @@ name: Test PyPI install on: + pull_request: workflow_dispatch: schedule: # * is a special character in YAML so you have to quote this string