We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d236ba commit 5bb0887Copy full SHA for 5bb0887
.github/workflows/cibuildwheel.yml
@@ -3,7 +3,8 @@ name: plyvel build
3
on:
4
# Triggers the workflow on push to the master branch
5
push:
6
- branches: [master]
+ tags:
7
+ - "v*"
8
pull_request:
9
branches: [master]
10
# Allows you to run this workflow manually from the Actions tab
0 commit comments