Skip to content

Commit fb7fa41

Browse files
Vadman97claude
andauthored
ci: allow manual trigger of release-please workflow (#365)
## Summary - Adds `workflow_dispatch` trigger to the release-please workflow so it can be run manually from the GitHub Actions UI. ## Test plan - [ ] Verify the "Run workflow" button appears on the Actions page for this workflow after merge. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Minimal change to CI triggering only; no application logic or release steps were modified. > > **Overview** > Adds a manual `workflow_dispatch` trigger to `.github/workflows/release-please.yml`, allowing Release Please to be run on-demand from the GitHub Actions UI in addition to running on `push` to `main`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e4d5a69. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7eaf5cd commit fb7fa41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Run Release Please
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch:
67

78
jobs:
89
release-package:

0 commit comments

Comments
 (0)