From 571176589d93975913816d22f99e83ebfa6a19ef Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Fri, 31 May 2024 12:48:56 +0000 Subject: [PATCH] changed when the ci should run --- .github/workflows/pypi.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index f50ce5b..967e9f9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -2,10 +2,11 @@ name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI on: push: - branches: - - develop tags: - v* # Push tags to trigger the workflow + pull_request: + branches: + - develop workflow_dispatch: inputs: test: