Skip to content

Commit c4ce879

Browse files
authored
ci: run release workflow on next branch (#315)
1 parent 803e9bc commit c4ce879

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
@@ -2,9 +2,9 @@ name: CI
22

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

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)