ci: cron daily

master
Robert Jördens 2021-02-23 17:31:44 +01:00
parent 4d2acdefe0
commit a2e0539218
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ on:
branches: [master, staging, trying]
pull_request:
branches: [master]
schedule:
# UTC
- cron: '48 4 * * *'
env:
CARGO_TERM_COLOR: always