diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59ab6b1..11792d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,10 @@ name: Release on: workflow_dispatch: - schedule: - - cron: "0 9 * * 2" # every Tuesday at 9 am UTC + branches: + - main +# schedule: +# - cron: "0 9 * * 2" # every Tuesday at 9 am UTC jobs: release: