Skip to content

Commit aa96485

Browse files
committed
chore: update github action script to trigger on beta and next branches
1 parent be5319c commit aa96485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, beta, next]
66
pull_request:
77
branches: [main]
88

0 commit comments

Comments
 (0)