Skip to content

Commit

Permalink
build: rename to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 9, 2023
1 parent e79a993 commit a466aa4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"on":
push:
branches:
- master
- main
name: Release
jobs:
build:
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,16 @@
"prettier": "^2.8.1",
"tsd": "^0.25.0",
"typescript": "^4.9.4"
},
"release": {
"branches": [
"+([0-9]).x",
"main",
"next",
{
"name": "beta",
"prerelease": true
}
]
}
}

0 comments on commit a466aa4

Please sign in to comment.