We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bb716 commit bcac165Copy full SHA for bcac165
.github/workflows/cibuildwheel.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
branches:
7
- master
8
+ tags:
9
+ - "v*"
10
11
# Run CI when a PR is openend or changes are pushed to the PR
12
pull_request:
0 commit comments