Skip to content

Commit 93c5d16

Browse files
committed
Updated GitHub actions to refer to main instead of master branch.
1 parent 8701cf1 commit 93c5d16

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ name: SwiftLint
88
on:
99
push:
1010
branches:
11-
- master
11+
- main
1212
- develop
1313
pull_request:
1414
types: [synchronize, opened, reopened, ready_for_review]
1515
branches:
16-
- master
16+
- main
1717
- develop
1818

1919
jobs:

.github/workflows/xcode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ name: Build and test
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
- develop
1010
pull_request:
1111
types: [synchronize, opened, reopened, ready_for_review]
1212
branches:
13-
- master
13+
- main
1414
- develop
1515

1616
env:

0 commit comments

Comments
 (0)