Skip to content

Commit 65bbdaf

Browse files
authored
release-drafter: On workflow_dispatch instead of workflow_call (#70)
1 parent 9b56f37 commit 65bbdaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Release Drafter
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
7-
workflow_call:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref_name }}

0 commit comments

Comments
 (0)