From e2e66c34548bc88709fc9c274fc7103ff0d8342a Mon Sep 17 00:00:00 2001 From: David Alonso Date: Fri, 8 Mar 2024 16:55:36 +0000 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 15f74c9d6..1244c1ef8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,10 @@ name: Upload to PyPI on: - release: - types: [published] + push: + branches: + - main + - master jobs: Upload: