diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 0cc1448..7c5fed9 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -2,7 +2,7 @@ name: GitHub Release on: schedule: - - cron: '0 0 1 */3 *' # Quarterly + - cron: '30 2 1 * *' # Monthly workflow_dispatch: # manual trigger concurrency: