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 e939619 commit ede1206Copy full SHA for ede1206
.github/workflows/build_wheels.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- release-*
7
+ - '*wheel*' # must quote since "*" is a YAML reserved character; we want a string
8
tags:
9
- '*'
10
pull_request:
0 commit comments