Skip to content

Commit 5bb0887

Browse files
author
frankchen
committed
chore: test
1 parent 1d236ba commit 5bb0887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cibuildwheel.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: plyvel build
33
on:
44
# Triggers the workflow on push to the master branch
55
push:
6-
branches: [master]
6+
tags:
7+
- "v*"
78
pull_request:
89
branches: [master]
910
# Allows you to run this workflow manually from the Actions tab

0 commit comments

Comments
 (0)