Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223f0b2 commit 7ec5339Copy full SHA for 7ec5339
1 file changed
.github/workflows/cibuildwheel.yml
@@ -20,6 +20,7 @@ on:
20
jobs:
21
build_wheels:
22
if: |
23
+ github.event.action == 'push' ||
24
(
25
github.event.action == 'labeled' &&
26
github.event.label.name == 'Run cibuildwheel'
0 commit comments