Skip to content

Commit

Permalink
Rename default branch, master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Jan 14, 2025
1 parent af6e76f commit d67da27
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Sync labels
on:
push:
branches:
- master
- main
paths:
- .github/labels.yaml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Tagpr
on:
push:
branches:
- master
- main
jobs:
tagpr:
Expand Down
2 changes: 1 addition & 1 deletion .tagpr
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#
[tagpr]
vPrefix = true
releaseBranch = master
releaseBranch = main
versionFile = VERSION
majorLabels = release/major
minorLabels = release/minor

0 comments on commit d67da27

Please sign in to comment.