Skip to content

Commit d67da27

Browse files
committed
Rename default branch, master to main
1 parent af6e76f commit d67da27

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/labels.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name: Sync labels
44
on:
55
push:
66
branches:
7-
- master
87
- main
98
paths:
109
- .github/labels.yaml

.github/workflows/tagpr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Tagpr
22
on:
33
push:
44
branches:
5-
- master
65
- main
76
jobs:
87
tagpr:

.tagpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#
3939
[tagpr]
4040
vPrefix = true
41-
releaseBranch = master
41+
releaseBranch = main
4242
versionFile = VERSION
4343
majorLabels = release/major
4444
minorLabels = release/minor

0 commit comments

Comments
 (0)