Skip to content

Commit c64e6b3

Browse files
fix: add workflow_dispatch trigger to release-please workflow
1 parent 9fdf34c commit c64e6b3

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
@@ -19,6 +19,7 @@ on:
1919
push:
2020
branches:
2121
- main
22+
workflow_dispatch: # Allow manual triggering
2223

2324
# Only one Release Please run per branch at a time
2425
concurrency:

0 commit comments

Comments
 (0)