mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Run wheel-builder on PRs when key packaging files change (#7512)
This commit is contained in:
parent
59f60154d6
commit
83fdf55854
1 changed files with 3 additions and 0 deletions
3
.github/workflows/wheel-builder.yml
vendored
3
.github/workflows/wheel-builder.yml
vendored
|
|
@ -13,6 +13,9 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- .github/workflows/wheel-builder.yml
|
||||
- setup.py
|
||||
- setup.cfg
|
||||
- pyproject.toml
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue