Skip to content

Commit c2f90fe

Browse files
committed
Build all releases and release branches
1 parent 04c45a3 commit c2f90fe

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.github/workflows/build-all-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
- 'r5.*'
7+
- 'r6.*'
8+
- 'releases/**'
79
pull_request:
810
branches:
911
- '*'

.github/workflows/codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
7+
- 'r5.*'
8+
- 'r6.*'
9+
- 'releases/**'
610
schedule:
711
- cron: '23 2 * * 4'
812

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
- 'r5.*'
7+
- 'r6.*'
8+
- 'releases/**'
79
pull_request:
810
branches:
911
- '*'

.github/workflows/nohttp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- 'r5.*'
8+
- 'r6.*'
9+
- 'releases/**'
810
pull_request:
911
branches:
1012
- '*'

0 commit comments

Comments
 (0)