Skip to content

Commit

Permalink
✏️ fix: rename branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Fifixex committed Aug 10, 2024
1 parent 6bc5a22 commit b7e4251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
- next
- rc
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"branches": [
{ "name": "master" },
{ "name": "main" },
{ "name": "next", "channel": "next", "prerelease": true },
{ "name": "rc", "channel": "rc", "prerelease": true }
],
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"defaultBranch": "master"
"defaultBranch": "main"
}
}

0 comments on commit b7e4251

Please sign in to comment.