Skip to content

Commit cfe1f9e

Browse files
committed
Update workflow to run on "next" branches
1 parent 74eb4b3 commit cfe1f9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- main
66
- develop
77
- 'releases/**'
8+
- 'next/**'
89
pull_request:
910
branches:
1011
- main
1112
- develop
1213
- 'releases/**'
14+
- 'next/**'
1315
jobs:
1416
test:
1517
name: 'Run tests'

0 commit comments

Comments
 (0)