File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11# github repository actions 페이지에 나타날 이름
22name : CD for front using github actions
33
4- # event trigger
5- # develop 브랜치에 pull_request가 닫히거나 푸시했을때 실행
64on :
7- push :
8- branches : [ "develop" ]
5+ release :
6+ types : [created ]
97
108permissions :
119 contents : read
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: CI for front using github actions
66on :
77 pull_request :
88 types : [ opened, synchronize ]
9- branches : [ "develop " ]
9+ branches : [ "release " ]
1010
1111permissions :
1212 contents : read
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ jobs:
7474 - name : Log created issue
7575 run : echo "Jira Issue ${{ steps.issue-parser.outputs.parentKey }}/${{ steps.create.outputs.issue }} was created"
7676
77- - name : Checkout develop code
77+ - name : Checkout release code
7878 uses : actions/checkout@v4
7979 with :
80- ref : develop
80+ ref : release
8181 token : ${{ secrets.PAT_TOKEN }}
8282
8383 - name : Create branch with Ticket number
You can’t perform that action at this time.
0 commit comments