Skip to content

Commit 9116e0b

Browse files
committed
fix: update releases to main branch
1 parent ff3c6c5 commit 9116e0b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
concurrency:
77
group: release-${{ github.ref }}
88
cancel-in-progress: false

.releaserc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"branches": [
3+
"main",
4+
"next"
5+
]
6+
}

0 commit comments

Comments
 (0)