feat: deploy once per hour

This commit is contained in:
svemagie
2026-04-05 08:22:42 +02:00
parent 84f257b681
commit 5f92fe3ce2
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches: [main]
workflow_dispatch:
schedule:
- cron: "*/30 * * * *"
- cron: "0 * * * *"
jobs:
build-and-deploy: