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