File tree Expand file tree Collapse file tree 4 files changed +9
-14
lines changed
Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - ' main'
7- - ' 0.x'
7+ - ' 1. 0.x'
88 paths-ignore :
99 - ' .github/**'
1010
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ name: "CodeQL Advanced"
1313
1414on :
1515 push :
16- branches : [ "main", "0.x" ]
16+ branches : [ "main", "1. 0.x" ]
1717 pull_request :
18- branches : [ "main", "0.x" ]
18+ branches : [ "main", "1. 0.x" ]
1919 schedule :
2020 - cron : ' 22 20 * * 2'
2121
Original file line number Diff line number Diff line change 33name : Deploy Jars
44on :
55 push :
6- branches : [ main ]
6+ branches :
7+ - ' main'
8+ - ' 1.0.x'
79 paths-ignore :
810 - ' .github/**'
911
12+
1013jobs :
1114 build :
1215 name : Build and Deploy On Push
1619
1720 steps :
1821 - uses : actions/checkout@v4
19- - name : Set up JDK 25 (main)
22+ - name : Set up JDK 25
2023 uses : actions/setup-java@v4
2124 with :
2225 java-version : ' 25'
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 5
22- - name : Set up JDK 17 (0.x)
23- if : startsWith(github.ref, 'refs/heads/0.x/')
24- uses : actions/setup-java@v4
25- with :
26- java-version : ' 17'
27- distribution : ' temurin'
28- cache : maven
29- - name : Set up JDK 25 (main)
30- if : startsWith(github.ref, 'refs/heads/main/')
22+ - name : Set up JDK 25
3123 uses : actions/setup-java@v4
3224 with :
3325 java-version : ' 25'
You can’t perform that action at this time.
0 commit comments