File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ name: build
26
26
on :
27
27
push :
28
28
branches :
29
- - master
29
+ - main
30
30
pull_request :
31
31
jobs :
32
32
build :
@@ -56,7 +56,7 @@ name: build
56
56
on :
57
57
push :
58
58
branches :
59
- - master
59
+ - main
60
60
pull_request :
61
61
jobs :
62
62
build :
@@ -99,7 +99,7 @@ name: build
99
99
on:
100
100
push:
101
101
branches:
102
- - master
102
+ - main
103
103
pull_request:
104
104
jobs:
105
105
build:
@@ -128,7 +128,7 @@ name: build
128
128
on:
129
129
push:
130
130
branches:
131
- - master
131
+ - main
132
132
pull_request:
133
133
jobs:
134
134
build:
@@ -163,7 +163,7 @@ name: build
163
163
on:
164
164
push:
165
165
branches:
166
- - master
166
+ - main
167
167
pull_request:
168
168
jobs:
169
169
build:
@@ -202,7 +202,7 @@ name: build
202
202
on:
203
203
push:
204
204
branches:
205
- - master
205
+ - main
206
206
pull_request:
207
207
jobs:
208
208
build:
@@ -236,7 +236,7 @@ name: build
236
236
on:
237
237
push:
238
238
branches:
239
- - master
239
+ - main
240
240
pull_request:
241
241
jobs:
242
242
build:
@@ -271,7 +271,7 @@ name: build
271
271
on:
272
272
push:
273
273
branches:
274
- - master
274
+ - main
275
275
pull_request:
276
276
jobs:
277
277
build:
@@ -311,7 +311,7 @@ name: Pull Request
311
311
on:
312
312
push:
313
313
branches:
314
- - master
314
+ - main
315
315
316
316
## GITHUB_TOKEN authentication, add only if you're not going to use a PAT
317
317
permissions:
@@ -346,7 +346,7 @@ name: build
346
346
on:
347
347
push:
348
348
branches:
349
- - master
349
+ - main
350
350
pull_request:
351
351
jobs:
352
352
build:
@@ -382,7 +382,7 @@ name: build
382
382
on:
383
383
push:
384
384
branches:
385
- - master
385
+ - main
386
386
pull_request:
387
387
jobs:
388
388
build:
@@ -418,7 +418,7 @@ name: build
418
418
on:
419
419
push:
420
420
branches:
421
- - master
421
+ - main
422
422
pull_request:
423
423
jobs:
424
424
build:
@@ -451,7 +451,7 @@ name: build
451
451
on:
452
452
push:
453
453
branches:
454
- - master
454
+ - main
455
455
pull_request:
456
456
jobs:
457
457
build:
You can’t perform that action at this time.
0 commit comments