File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 18
18
19
19
pull_request :
20
20
branches :
21
- - master
21
+ - main
22
22
- ' envoy-release/**'
23
23
- ' istio-release/**'
24
24
25
25
push :
26
26
branches :
27
- - master
27
+ - main
28
28
- ' envoy-release/**'
29
29
- ' istio-release/**'
30
30
@@ -145,11 +145,11 @@ jobs:
145
145
//...
146
146
147
147
- name : Skip Bazel cache update
148
- if : ${{ github.ref != 'refs/heads/master ' }}
148
+ if : ${{ github.ref != 'refs/heads/main ' }}
149
149
run : echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
150
150
151
151
- name : Cleanup Bazel cache
152
- if : ${{ github.ref == 'refs/heads/master ' }}
152
+ if : ${{ github.ref == 'refs/heads/main ' }}
153
153
run : |
154
154
export OUTPUT=$(${{ matrix.run_under }} bazel info output_base)
155
155
echo "===== BEFORE ====="
Original file line number Diff line number Diff line change 18
18
19
19
pull_request :
20
20
branches :
21
- - master
21
+ - main
22
22
- ' envoy-release/**'
23
23
- ' istio-release/**'
24
24
25
25
push :
26
26
branches :
27
- - master
27
+ - main
28
28
- ' envoy-release/**'
29
29
- ' istio-release/**'
30
30
@@ -83,11 +83,11 @@ jobs:
83
83
retention-days : 3
84
84
85
85
- name : Skip Bazel cache update
86
- if : ${{ github.ref != 'refs/heads/master ' }}
86
+ if : ${{ github.ref != 'refs/heads/main ' }}
87
87
run : echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
88
88
89
89
- name : Cleanup Bazel cache
90
- if : ${{ github.ref == 'refs/heads/master ' }}
90
+ if : ${{ github.ref == 'refs/heads/main ' }}
91
91
run : |
92
92
export OUTPUT=$(bazel info output_base)
93
93
# Distfiles for Rust toolchains (350 MiB).
@@ -341,11 +341,11 @@ jobs:
341
341
//test:signature_util_test
342
342
343
343
- name : Skip Bazel cache update
344
- if : ${{ matrix.cache && github.ref != 'refs/heads/master ' }}
344
+ if : ${{ matrix.cache && github.ref != 'refs/heads/main ' }}
345
345
run : echo "CACHE_SKIP_SAVE=true" >> $GITHUB_ENV
346
346
347
347
- name : Cleanup Bazel cache
348
- if : ${{ matrix.cache && github.ref == 'refs/heads/master ' }}
348
+ if : ${{ matrix.cache && github.ref == 'refs/heads/main ' }}
349
349
run : |
350
350
export OUTPUT=$(${{ matrix.run_under }} bazel info output_base)
351
351
echo "===== BEFORE ====="
You can’t perform that action at this time.
0 commit comments