Skip to content

Commit c0231b6

Browse files
davidmatousekclaude
andcommitted
fix(086): add workflow_dispatch trigger to release-please
Merging bot-authored release PRs doesn't trigger push workflows due to GitHub Actions loop prevention. Adding workflow_dispatch enables manual triggering as a fallback. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dc59b0c commit c0231b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
contents: write

0 commit comments

Comments
 (0)