Publish workflow: run daily for doom change errors

Sometimes it's not a change in my config that breaks something.
It's good to be sure.
This commit is contained in:
TEC 2021-01-23 17:47:27 +08:00
parent 5340aaa951
commit 42e67781d9
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ on:
pull_request:
push:
branches: master
schedule:
- cron: "0 0 * * *" # daily
jobs:
deploy: