File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Build and Test
55
66on :
77 push :
8- branches : [ master ]
8+ branches : [ main ]
99 pull_request :
10- branches : [ master ]
10+ branches : [ main ]
1111
1212jobs :
1313 build :
6262 uses : actions/cache@v2
6363 with :
6464 path : protobuf
65- # NOTE: for refs that can float like 'master ' the cache might be out of date!
65+ # NOTE: for refs that can float like 'main ' the cache might be out of date!
6666 key : ${{ runner.os }}-${{ matrix.swift}}-protobuf-${{ steps.get-sha.outputs.sha }}
6767 - name : Checkout protobuf repo
6868 if : steps.cache-protobuf.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 5858 uses : actions/cache@v2
5959 with :
6060 path : protobuf
61- # NOTE: for refs that can float like 'master ' the cache might be out of date!
61+ # NOTE: for refs that can float like 'main ' the cache might be out of date!
6262 key : ${{ runner.os }}-${{ matrix.swift}}-protobuf-${{ steps.get-sha.outputs.sha }}
6363 - name : Checkout protobuf repo
6464 if : steps.cache-protobuf.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments