From e95152fea548ee594bf84f4506360880037992ef Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Thu, 11 Jul 2024 15:51:42 +0200 Subject: [PATCH] fixup --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4138bd5..285e6bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,8 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: push: branches: [main] - + pull_request: + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: