From c2a69ff5117659028ecc32feb1c9c74eb260eb1e Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 18 Aug 2023 10:37:29 +0200 Subject: [PATCH] Run CI on pull requests --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9298027..b559d29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,7 @@ name: Build and upload to PyPI on: push: + pull_request: release: types: [published]