Skip to content

Commit 77e678c

Browse files
authored
Merge pull request #151 from bashtage/rel-0.14.1
Change trigger
2 parents 3945cd9 + 7060424 commit 77e678c

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)