Skip to content

Commit 6adbbee

Browse files
committed
WIP: github: Run test-llvm on push
1 parent 0abb154 commit 6adbbee

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Builds
22
on:
3-
push:
4-
branches:
5-
- '**'
63
pull_request:
74
schedule:
85
- cron: '0 0 * * *'

.github/workflows/test-llvm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
options:
1515
- push
1616
- schedule
17+
push:
1718
schedule:
1819
- cron: '30 13 * * 0' # 13:30 UTC on Sundays
1920

0 commit comments

Comments
 (0)