Skip to content

Commit 4f04b94

Browse files
committed
add workflow_dispatch entrypoint to release-drafter workflow
1 parent 392fe33 commit 4f04b94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-drafter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: Release Drafter
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches:
6+
- main
77
pull_request:
88
types:
99
- opened
1010
- reopened
1111
- synchronize
12+
workflow_dispatch: {}
1213

1314
permissions:
1415
contents: read

0 commit comments

Comments
 (0)