add cronjob
This commit is contained in:
parent
c809763f85
commit
885b3493f7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Release website
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 4 * * *"
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
|
|
Loading…
Reference in a new issue