Update .forgejo/workflows/deploy.yaml

Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
XenGi 2026-05-09 22:37:55 +02:00
parent 74229708d2
commit f82df9e156

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