diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 85bd88fa..fcc8b3ef 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -4,10 +4,7 @@ permissions: pull-requests: write contents: write -on: - push: - branches: - - main +on: workflow_dispatch jobs: release-plz: @@ -24,4 +21,4 @@ jobs: uses: MarcoIeni/release-plz-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}