Skip to content

Commit

Permalink
chore: allow release on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
slurdge committed Nov 13, 2022
1 parent 1078e19 commit 4e17404
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Release

on:
push:
branches:
- main
name: release-please
workflow_dispatch:

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e17404

Please # to comment.