We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777fd1d commit b2b8ba2Copy full SHA for b2b8ba2
.github/workflows/scheduler.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- branch: [ 'wip/2.4', 'wip/3.0', 'wip/3.1', 'wip/4.0', 'wip/4.1' ]
+ branch: [ 'wip/2.4', 'wip/3.0', 'wip/3.1', 'wip/3.2', 'wip/4.0', 'wip/4.1', 'wip/4.2' ]
16
uses: ./.github/workflows/build.yml
17
with:
18
branch: ${{ matrix.branch }}
0 commit comments