Skip to content

Commit c817a32

Browse files
committed
Fix cibuildwheel trigger condition.
1 parent 627dd18 commit c817a32

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build CI wheels
22

3-
on: [push, tags]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- v[0-9]+.[0-9]+.x
8+
tags:
9+
- v*
410

511
jobs:
612
build_wheels:

0 commit comments

Comments
 (0)