Merge pull request #307 from corwinkuiper/ci-schedule

CI Schedule
This commit is contained in:
Corwin 2022-09-15 23:15:03 +01:00 committed by GitHub
commit 7556b983cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,8 @@ on:
branches: [ master ] branches: [ master ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]
schedule:
- cron: '10 5 * * *'
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View file

@ -24,6 +24,9 @@
{ {
"path": "../examples/hyperspace-roll" "path": "../examples/hyperspace-roll"
}, },
{
"path": "../.github"
},
{ {
"path": "../template" "path": "../template"
} }