Skip to content

Commit 4cc843c

Browse files
RickyNotaroclaude
andcommitted
fix: add workflow_dispatch trigger to release-please
Allows manually re-triggering release-please from the Actions tab. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 269b7eb commit 4cc843c

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: Release Please
33
on:
44
push:
55
branches: [master]
6+
workflow_dispatch:
67

78
jobs:
89
release-please:

0 commit comments

Comments
 (0)