File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11name : Release
22
33on :
4+ push :
5+ branches :
6+ - develop
47 pull_request :
58 types : [closed]
69 branches :
@@ -11,7 +14,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1114
1215jobs :
1316 create-release-pr :
14- if : github.event.pull_request.merged == true
17+ if : github.event_name == 'push' || github. event.pull_request.merged == true
1518 runs-on : ubuntu-latest
1619 steps :
1720 - name : Checkout
2831 title : " 🚀 Release: Merge develop to main"
2932 body : |
3033 ## 변경사항
31- ${{ github.event.pull_request.title }}
32- ${{ github.event.pull_request.body }}
34+ ${{ github.event_name == 'pull_request' && github.event.pull_request.body || 'Direct push to develop' }}
3335 commit-message : " chore: merge develop to main"
3436 delete-branch : true
You can’t perform that action at this time.
0 commit comments