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: