File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ permissions:
44 pull-requests : write
55on :
66 push :
7- branches : [main]
7+ branches :
8+ - main
9+ - v*
810 pull_request :
911 workflow_dispatch :
1012env :
@@ -118,7 +120,6 @@ jobs:
118120 if : |
119121 github.repository == 'edeneast/tuxmux'
120122 && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
121- && github.ref_name == 'main'
122123 outputs :
123124 release_created : ${{ steps.release.outputs.release_created }}
124125 tag_name : ${{ steps.release.outputs.tag_name }}
@@ -129,3 +130,4 @@ jobs:
129130 token : ${{ secrets.GITHUB_TOKEN }}
130131 config-file : .github/release-please-config.json
131132 manifest-file : .github/release-please-manifest.json
133+ target-branch : ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments