Skip to content

Commit

Permalink
chore: rename default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Sep 27, 2024
1 parent a6eae57 commit 2a37ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release and Publish
on:
push:
branches:
- master
- main
- alpha
- beta
- next
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
],
preset: 'angular',
branches: [
{ name: 'master' },
{ name: 'main' },
{ name: 'alpha', prerelease: true },
{ name: 'beta', prerelease: true },
{ name: 'next', prerelease: true },
Expand Down

0 comments on commit 2a37ff4

Please sign in to comment.