diff options
author | Philip Munksgaard <philip@munksgaard.me> | 2021-03-26 11:57:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 11:57:55 +0100 |
commit | cb08f13b72b477409153d1ce3562a8f30ad43b8f (patch) | |
tree | d4a59a82d55e2a9ed944c31f850cc0340aef21a7 | |
parent | 356b8957ab4095aa2311309507ac78c1472bc2c8 (diff) | |
parent | 4c2c1cb062f705987af7950d449b0e01cc024419 (diff) |
Run CI daily
-rw-r--r-- | .github/workflows/rust.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2b8078a..92e7134 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,10 @@ -on: [push, pull_request] +on: + push: + + pull_request: + + schedule: + - cron: "0 0 * * 0" name: Rust |