From f2b3130f3d5b688490b6347532b8b43212a1d994 Mon Sep 17 00:00:00 2001 From: chrysn Date: Sun, 23 Jun 2024 16:35:32 +0200 Subject: [PATCH] CI: Run Python build tests on PRs This is the only regular testing we get on exotic platforms (Windows, MacOS), and it helps spot changes in the manifest Cargo.toml that only manifest during Python builds. --- .github/workflows/python-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index f54527e6..15e0a87d 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -5,6 +5,7 @@ on: branches: [main] tags: 'v*' workflow_dispatch: + pull_request: jobs: build-python-wheels: