@@ -3,7 +3,7 @@ name: build
3
3
on :
4
4
push :
5
5
branches :
6
- - okhttp_4.10.x
6
+ - okhttp_4x
7
7
pull_request :
8
8
types : [opened, labeled, unlabeled, synchronize]
9
9
13
13
jobs :
14
14
publish :
15
15
runs-on : ubuntu-latest
16
- if : github.ref == 'refs/heads/master '
16
+ if : github.ref == 'refs/heads/okhttp_4x '
17
17
18
18
steps :
19
19
- name : Checkout
74
74
75
75
testzulu11 :
76
76
runs-on : ubuntu-latest
77
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'zulu')
77
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'zulu')
78
78
79
79
steps :
80
80
- name : Checkout
94
94
95
95
testopenjdk8 :
96
96
runs-on : ubuntu-latest
97
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'jdk8')
97
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'jdk8')
98
98
99
99
steps :
100
100
- name : Checkout
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
testopenjdk8alpn :
116
116
runs-on : ubuntu-latest
117
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'jdk8')
117
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'jdk8')
118
118
119
119
steps :
120
120
- name : Checkout
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
testopenjsse :
142
142
runs-on : ubuntu-latest
143
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'openjsse')
143
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'openjsse')
144
144
145
145
steps :
146
146
- name : Checkout
@@ -160,7 +160,7 @@ jobs:
160
160
161
161
testconscrypt :
162
162
runs-on : ubuntu-latest
163
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'conscrypt')
163
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'conscrypt')
164
164
165
165
steps :
166
166
- name : Checkout
@@ -180,7 +180,7 @@ jobs:
180
180
181
181
testbouncycastle :
182
182
runs-on : ubuntu-latest
183
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'bouncycastle')
183
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'bouncycastle')
184
184
185
185
steps :
186
186
- name : Checkout
@@ -200,7 +200,7 @@ jobs:
200
200
201
201
testcorretto :
202
202
runs-on : ubuntu-latest
203
- if : github.ref == 'refs/heads/master '
203
+ if : github.ref == 'refs/heads/okhttp_4x '
204
204
205
205
steps :
206
206
- name : Checkout
@@ -220,7 +220,7 @@ jobs:
220
220
221
221
testopenjdk16 :
222
222
runs-on : ubuntu-latest
223
- if : github.ref == 'refs/heads/master '
223
+ if : github.ref == 'refs/heads/okhttp_4x '
224
224
225
225
steps :
226
226
- name : Checkout
@@ -240,7 +240,7 @@ jobs:
240
240
241
241
testwindows :
242
242
runs-on : windows-latest
243
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'windows')
243
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'windows')
244
244
245
245
steps :
246
246
- name : Checkout
@@ -261,7 +261,7 @@ jobs:
261
261
262
262
testgraal :
263
263
runs-on : ubuntu-latest
264
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'graal')
264
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'graal')
265
265
266
266
steps :
267
267
- name : Checkout
@@ -284,7 +284,7 @@ jobs:
284
284
285
285
testandroid :
286
286
runs-on : macos-latest
287
- if : github.ref == 'refs/heads/master ' || contains(github.event.pull_request.labels.*.name, 'android')
287
+ if : github.ref == 'refs/heads/okhttp_4x ' || contains(github.event.pull_request.labels.*.name, 'android')
288
288
289
289
strategy :
290
290
fail-fast : false
0 commit comments