Skip to content

Commit

Permalink
fix: update releases to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Feb 5, 2022
1 parent ff3c6c5 commit 9116e0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main
concurrency:
group: release-${{ github.ref }}
cancel-in-progress: false
Expand Down
6 changes: 6 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"branches": [
"main",
"next"
]
}

0 comments on commit 9116e0b

Please sign in to comment.