Release weekly instead of monthly

This commit is contained in:
Donncha Ó Cearbhaill
2026-09-01 19:31:23 +02:00
parent 531d63ab07
commit 27cfe7f1e7
+1 -1
View File
@@ -2,7 +2,7 @@ name: Release
on:
schedule:
- cron: "0 9 1 * *" # first of the month
- cron: "0 9 * * 1" # Mondays, 09:00 UTC
workflow_dispatch:
push:
tags: ["v*"]