File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build
33on :
44 push :
55 pull_request :
6- branches : [ 'master','release/7.0.0-SNAPSHOT ' ]
6+ branches : [ 'sustaining/6.3.x','master ' ]
77
88jobs :
99 build-maven :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Package/Deploy
33on :
44 workflow_dispatch :
55 workflow_run :
6- branches : [ 'master','release/7.0.0-SNAPSHOT ' ]
6+ branches : [ 'sustaining/6.3.x','master ' ]
77 workflows : ["Build","Release"]
88 types : [completed]
99
2424 - name : Set up Java for publishing to Maven Central Repository OSS
2525 uses : actions/setup-java@v4
2626 with :
27- java-version : ${{ github.event.workflow_run.head_branch == 'release/7.0.0-SNAPSHOT' && '17 ' || '8 '}}
27+ java-version : ${{ github.event.workflow_run.head_branch == 'sustaining/6.3.x', && '8 ' || '17 '}}
2828 distribution : ' temurin'
2929 server-id : ossrh
3030 server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change 2626 - name : Set up Java for publishing to Maven Central Repository OSS
2727 uses : actions/setup-java@v4
2828 with :
29- java-version : ' 17'
29+ java-version : ${{ github.event.workflow_run.head_branch == 'sustaining/6.3.x', && '8' || ' 17'}}
3030 distribution : ' temurin'
3131 server-id : ossrh
3232 server-username : MAVEN_USERNAME
You can’t perform that action at this time.
0 commit comments