Skip to content

Commit

Permalink
chore: add next branch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Oct 26, 2023
1 parent 4088538 commit 064c0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- next
- beta
- alpha

Expand Down
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"branches": [
"master",
"next",
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true }
],
Expand Down

0 comments on commit 064c0a7

Please sign in to comment.