CI: Scheduling daily builds

This commit is contained in:
David Teller 2022-11-18 10:44:26 +01:00
parent 4b357732eb
commit eb5f27bbd6

View File

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