Skip to content

Commit 6026eb9

Browse files
committed
trigger updates
1 parent eb8856c commit 6026eb9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: (self-hosted) Build wheels
2-
# does a massive check, every night
32

43
on:
4+
push:
5+
branches:
6+
- updates # Only run on commits to the 'updates' branch
7+
58
schedule:
69
- cron: "0 23 * * *"
710

8-
# creates a button
911
workflow_dispatch:
1012
inputs:
1113
logLevel:
@@ -18,6 +20,7 @@ on:
1820
- warning
1921
- debug
2022

23+
2124
jobs:
2225

2326
test_on_ubuntu_container:

0 commit comments

Comments
 (0)