From 3339626afc95a8ee516369f418b974a3385f44f1 Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Fri, 24 Jun 2022 17:45:14 +0200 Subject: [PATCH] Remove conditions --- .github/workflows/pypi-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index da1b1bbd..78347b59 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -1,7 +1,6 @@ name: Publish Python 🐍 distributions 📦 to PyPI on: - pull_request: #TO DELETE - types: [opened, synchronize, reopened] + pull_request: release: types: [published] defaults: