-
Notifications
You must be signed in to change notification settings - Fork 8
Enable manual triggering of release workflow #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,12 @@ name: Release — Version Bump & Publish | |
| # Runs on every direct push to main (human or PR merge). | ||
| # Bot-authored commits are skipped to prevent infinite loops. | ||
| on: | ||
| push: | ||
| branches: [main] | ||
| workflow_dispatch: | ||
| inputs: | ||
| branch: | ||
| description: 'Default Branch Name' | ||
| required: true | ||
| default: 'main' | ||
|
Comment on lines
+6
to
+11
|
||
|
|
||
| permissions: | ||
| contents: write # needed to push the release branch and create tags | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.