Commit fb7fa41
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments