Skip to content

Commit 24c235f

Browse files
authored
Add merge_target (#25)
1 parent 57c6a4d commit 24c235f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
force:
1010
description: Force a release even when there are release-blockers (optional)
1111
required: false
12+
merge_target:
13+
description: Target branch to merge into. Uses the default branch as a fallback (optional)
14+
required: false
15+
default: master
1216

1317
permissions:
1418
contents: read

0 commit comments

Comments
 (0)