From 8d92b5021e34459b564b36151ad42f156444d8da Mon Sep 17 00:00:00 2001 From: pprasquier Date: Sun, 11 Aug 2024 18:40:11 -0500 Subject: [PATCH] Updated publishing workflow to publish whenever Main is updated --- .github/workflows/python-publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b7a704b..c9a6d71 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -9,9 +9,10 @@ name: Upload Python Package on: - release: - types: [published] - + push: + branches: + - main + permissions: contents: read