Skip to content

Commit b2b8ba2

Browse files
committed
Add wip/3.2 and wip/4.2 to the list of scheduled build
1 parent 777fd1d commit b2b8ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
branch: [ 'wip/2.4', 'wip/3.0', 'wip/3.1', 'wip/4.0', 'wip/4.1' ]
15+
branch: [ 'wip/2.4', 'wip/3.0', 'wip/3.1', 'wip/3.2', 'wip/4.0', 'wip/4.1', 'wip/4.2' ]
1616
uses: ./.github/workflows/build.yml
1717
with:
1818
branch: ${{ matrix.branch }}

0 commit comments

Comments
 (0)