From 725282e89eff39ab6e4676682d6c4239e6a96914 Mon Sep 17 00:00:00 2001 From: r00tb0y Date: Thu, 20 May 2021 17:46:46 +0200 Subject: [PATCH] Revert test publish back to how it was so that everytime merge into master triggers it --- .github/workflows/python-test-publish.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-test-publish.yml b/.github/workflows/python-test-publish.yml index 64e043f3..fa53b413 100644 --- a/.github/workflows/python-test-publish.yml +++ b/.github/workflows/python-test-publish.yml @@ -6,8 +6,12 @@ name: Upload Python Package on: # Trigger the workflow on push or pull request, # but only for the main branch - release: - types: [created] + push: + branches: + - main + pull_request: + branches: + - main jobs: deploy: