We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8b637 commit 38af5a8Copy full SHA for 38af5a8
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