Skip to content

Commit e1904bf

Browse files
committed
Update some references to main.
Hopefully this will also get CI working for PRs again.
1 parent 34b9c4d commit e1904bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Build and Test
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:
@@ -62,7 +62,7 @@ jobs:
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'

.github/workflows/regular_conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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'

0 commit comments

Comments
 (0)