Compare commits

...

2 commits

Author SHA1 Message Date
991e9f1622 Merge pull request 'Update .forgejo/workflows/deploy.yaml' (#37) from xengi-patch-1 into production
All checks were successful
deploy blog / deploy (push) Successful in 49s
Reviewed-on: #37
2026-05-09 22:38:30 +02:00
f82df9e156 Update .forgejo/workflows/deploy.yaml
Signed-off-by: xengi <cccb-git@xengi.de>
2026-05-09 22:37:55 +02:00

View file

@ -2,7 +2,7 @@ name: deploy blog
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 10 * * 3' # at 10:00 on wednesday - cron: '0 10 * * *' # at 10:00 on wednesday
push: push:
branches: branches:
- staging - staging