@@ -83,15 +83,15 @@ jobs:
83
83
- run : sbt -J-Xmx2G '++ ${{ matrix.scala }}' test mimaReportBinaryIssues
84
84
85
85
- name : Make target directories
86
- if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.14 ' || github.ref == 'refs/heads/2.13 ' || startsWith(github.ref, 'refs/tags/v'))
86
+ if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.15 ' || github.ref == 'refs/heads/2.14 ' || startsWith(github.ref, 'refs/tags/v'))
87
87
run : mkdir -p target project/target
88
88
89
89
- name : Compress target directories
90
- if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.14 ' || github.ref == 'refs/heads/2.13 ' || startsWith(github.ref, 'refs/tags/v'))
90
+ if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.15 ' || github.ref == 'refs/heads/2.14 ' || startsWith(github.ref, 'refs/tags/v'))
91
91
run : tar cf targets.tar target project/target
92
92
93
93
- name : Upload target directories
94
- if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.14 ' || github.ref == 'refs/heads/2.13 ' || startsWith(github.ref, 'refs/tags/v'))
94
+ if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.15 ' || github.ref == 'refs/heads/2.14 ' || startsWith(github.ref, 'refs/tags/v'))
95
95
uses : actions/upload-artifact@v3
96
96
with :
97
97
name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
@@ -100,7 +100,7 @@ jobs:
100
100
publish :
101
101
name : Publish Artifacts
102
102
needs : [build]
103
- if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.14 ' || github.ref == 'refs/heads/2.13 ' || startsWith(github.ref, 'refs/tags/v'))
103
+ if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2.15 ' || github.ref == 'refs/heads/2.14 ' || startsWith(github.ref, 'refs/tags/v'))
104
104
strategy :
105
105
matrix :
106
106
os : [ubuntu-latest]
0 commit comments