Update .forgejo/workflows/deploy.yaml #37

Merged
xengi merged 1 commit from xengi-patch-1 into production 2026-05-09 22:38:30 +02:00
Showing only changes of commit f82df9e156 - Show all commits

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