We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c6a4d commit 24c235fCopy full SHA for 24c235f
.github/workflows/publish-release.yaml
@@ -9,6 +9,10 @@ on:
9
force:
10
description: Force a release even when there are release-blockers (optional)
11
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
16
17
permissions:
18
contents: read
0 commit comments