Skip to content

Commit 73f3895

Browse files
authored
Build with clang main every morning
1 parent 3af4afd commit 73f3895

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build and test
22

33
on:
4+
schedule:
5+
- cron: '27 5 * * *'
46
push:
57
branches: [ "main" ]
68
pull_request:

0 commit comments

Comments
 (0)