Add cron schedule for daily build

This commit is contained in:
Vamsi Krishna 2020-12-10 21:52:10 +05:30 committed by GitHub
parent 16435b655e
commit 718e78957a
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: 0 0 * * *
jobs:
build: