From 1bc1559f582418769c87ae9dd32b7dabc4b69ff9 Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Fri, 24 Jun 2022 17:16:41 +0200 Subject: [PATCH] Add PR trigger --- .github/workflows/pypi-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index ac0f478b..da1b1bbd 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -1,6 +1,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI on: pull_request: #TO DELETE + types: [opened, synchronize, reopened] release: types: [published] defaults: