diff --git a/.github/workflows/release_canary.yml b/.github/workflows/release_canary.yml index 7a46fcdb..62c5067d 100644 --- a/.github/workflows/release_canary.yml +++ b/.github/workflows/release_canary.yml @@ -1,10 +1,5 @@ name: Release -on: - push: - branches-ignore: - - 'main' - - 'changeset-release/**' - - 'dependabot/**' +on: [workflow_dispatch] jobs: release-canary: