Skip to content

Commit

Permalink
Try out manual trigger for release-plz (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakrish authored Jan 16, 2024
1 parent d39200a commit f3884e8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ permissions:
pull-requests: write
contents: write

on:
push:
branches:
- main
on: workflow_dispatch

jobs:
release-plz:
Expand All @@ -24,4 +21,4 @@ jobs:
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit f3884e8

Please sign in to comment.