diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f526120..9d4cd92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,8 @@ -name: Monthly Release +name: Releases workflow on: + release: + types: [created] schedule: - cron: '0 0 1 * *' # Runs at 00:00 on the 1st of every month workflow_dispatch: