From 87980d61a8ec29e5992dbec5fe4da5609e058bd4 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Tue, 16 Mar 2021 22:18:35 -0300 Subject: [PATCH] Add PR event --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1574cd8..94176b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: + pull_request: push: tags: - '*'