Skip to content

Commit 9e8f382

Browse files
committed
fix(ci): use main instead of master
Signed-off-by: Manuel Vogel <[email protected]>
1 parent fa91354 commit 9e8f382

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'README.md'
88
push:
99
branches:
10-
- master
10+
- main
1111

1212
permissions:
1313
contents: read

.github/workflows/semantic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: semantic
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- next
77

88
permissions:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'README.md'
88
push:
99
branches:
10-
- master
10+
- main
1111
paths-ignore:
1212
- 'README.md'
1313
jobs:

.releaserc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins:
99
1010
branches:
1111
- name: +([0-9])?(.{+([0-9]),x}).x
12-
- name: master
12+
- name: main
1313
- name: next
1414
prerelease: true
1515
- name: pre/rc

0 commit comments

Comments
 (0)