Skip to content

Commit 6e2a0ae

Browse files
committed
Include new branches in the GitHub workflows
1 parent 280b36d commit 6e2a0ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main", "4.0", "3.0", "2.4" ]
5+
branches: [ "main", "4.0", "3.1", "3.0", "2.4" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "4.0", "3.1", "3.0", "2.4" ]
88
schedule:
99
- cron: "59 17 * * 2"
1010

.github/workflows/scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-snapshots:
1212
strategy:
1313
matrix:
14-
branch: [ 'wip/2.4', 'wip/3.0', 'wip/3.1', 'wip/4.0' ]
14+
branch: [ 'wip/2.4', 'wip/3.0', 'wip/3.1', 'wip/4.0', 'wip/4.1' ]
1515
uses: ./.github/workflows/build.yml
1616
with:
1717
branch: ${{ matrix.branch }}

0 commit comments

Comments
 (0)