Skip to content

Commit 4d6ca94

Browse files
committed
allow to run release-drafter on workflow_dispatch for testing
1 parent b4e5d5a commit 4d6ca94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-drafter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
workflow_dispatch:
67
jobs:
78
update_release_draft:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)