diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9bdd915..8fac063 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,7 +1,13 @@ ## IMPORTANT: the configuration for cibuildwheel is kept in pyproject.toml name: wheels -on: [push, pull_request] +on: + push: + branches: + # on push, only build on wip chore/cicd branches so we can test in those + # contexts without triggering pull-requests. + - chore/cicd/* + pull_request: jobs: generate-wheels-matrix: