We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417e58f commit f7e633dCopy full SHA for f7e633d
.github/workflows/scheduler.yml
@@ -11,7 +11,7 @@ jobs:
11
build-snapshots:
12
strategy:
13
matrix:
14
- branch: [ 'wip/2.3', 'wip/2.4' ]
+ branch: [ 'wip/2.3', 'wip/2.4', 'wip/3.0' ]
15
uses: ./.github/workflows/build.yml
16
with:
17
branch: ${{ matrix.branch }}
0 commit comments