Add cron schedule for daily build (#224)

* Add cron schedule for daily build
* Change scheduled time

Co-authored-by: liushuyu <liushuyu011@gmail.com>
This commit is contained in:
Vamsi Krishna 2020-12-12 10:07:47 +05:30 committed by GitHub
parent a5bcabb712
commit 29b3c70fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@ on:
branches: [ hugo ]
pull_request:
branches: [ hugo ]
schedule:
- cron: 25 0 * * *
jobs:
build: