Skip to content

Commit 7060424

Browse files
committed
Change trigger
1 parent 6023883 commit 7060424

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: Build wheels
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ rel-0.14.0 ]
66
pull_request:
7-
branches: [ main ]
8-
schedule:
9-
- cron: '0 0 * * 0,3' # 2/weekly
7+
branches: [ rel-0.14.0 ]
108

119
jobs:
1210
build_wheels:

0 commit comments

Comments
 (0)