Skip to content

Commit 5fd0456

Browse files
committed
Update default branch name to main
1 parent fad3196 commit 5fd0456

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- '*'
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
permissions:
1414
contents: read

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync SDK
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
# At 06:37 on every day-of-week from Monday through Friday.
99
- cron: '37 6 * * 1-5'

.github/workflows/types.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Type Checks
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- '*'
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212
schedule:
1313
- cron: '14 5 * * 1,3,5'
1414

0 commit comments

Comments
 (0)