Skip to content

Commit

Permalink
chore: rename default branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jul 29, 2024
1 parent 067001a commit 68debd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Lint and Tests
on:
push:
branches-ignore:
- master
- main
- alpha
- beta
- next
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
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 68debd3

Please sign in to comment.