Skip to content

Commit bc36d1c

Browse files
committed
chore(ci): allow release from v0 branch (#261)
1 parent 30aa7ed commit bc36d1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [main, v0]
76

87
permissions:
98
contents: write

0 commit comments

Comments
 (0)