From a7cfb1ebdb341563848f741bc68768b8e93d93ea Mon Sep 17 00:00:00 2001 From: Anand Krishnamoorthi <35780660+anakrish@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:25:49 -0800 Subject: [PATCH] Try out manual trigger for release-plz --- .github/workflows/release-plz.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 }}