CI: Scheduling daily builds (#426)

This commit is contained in:
David Teller 2022-11-29 15:02:58 +01:00 committed by GitHub
parent 38b18cda4f
commit 38c5714027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,8 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '20 20 * * *'
env:
CARGO_TERM_COLOR: always