Skip to content

Commit 5e680a2

Browse files
committed
chore: enable beta releases
1 parent 1a03c9e commit 5e680a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: release
33
on:
44
workflow_run:
55
workflows: ['test']
6-
branches: [main]
7-
types:
6+
branches: [main, beta]
7+
types:
88
- completed
99

1010
jobs:

0 commit comments

Comments
 (0)