Run wheel-builder on PRs when key packaging files change (#7512)

This commit is contained in:
Alex Gaynor 2022-08-15 11:06:39 -04:00 committed by GitHub
parent 59f60154d6
commit 83fdf55854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,9 @@ on:
pull_request:
paths:
- .github/workflows/wheel-builder.yml
- setup.py
- setup.cfg
- pyproject.toml
jobs: