diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adec25c..3c20dc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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*"]