Skip to content

Commit

Permalink
Merge pull request #100 from mgeisler/weekly-builds
Browse files Browse the repository at this point in the history
Setup weekly build to catch errors on nightly Rust
  • Loading branch information
mgeisler authored Feb 13, 2021
2 parents 2caa9b8 + a1096f6 commit 803c438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
schedule:
- cron: '30 18 * * 5' # Every Friday at 18:30 UTC

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 803c438

Please sign in to comment.