Skip to content

Commit 03338d0

Browse files
committed
change root branch name
1 parent d2b43d0 commit 03338d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches: '*'
99

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Linter
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches: '*'
99

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches: '*'
99

0 commit comments

Comments
 (0)