Skip to content

Commit 803c438

Browse files
authored
Merge pull request #100 from mgeisler/weekly-builds
Setup weekly build to catch errors on nightly Rust
2 parents 2caa9b8 + a1096f6 commit 803c438

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- master
8+
schedule:
9+
- cron: '30 18 * * 5' # Every Friday at 18:30 UTC
810

911
env:
1012
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)