Update .forgejo/workflows/deploy.yaml
All checks were successful
deploy blog / deploy (push) Successful in 1m19s
All checks were successful
deploy blog / deploy (push) Successful in 1m19s
Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
3261862f52
commit
8e280c350b
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
name: deploy blog
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 10 * * *' # daily at 10:00
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue