Skip to content

Commit 115b88e

Browse files
authored
Merge pull request #1336 from kube-logging/ci-for-maintenance-branches
ci: extend ci for maintenance release branches
2 parents fb843be + cec7e4a commit 115b88e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- "release-[0-9]+.[0-9]+*"
78
pull_request:
89

910
jobs:

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "master", v1 ]
16+
branches:
17+
- "master"
18+
- "release-[0-9]+.[0-9]+*"
1719
pull_request:
1820
# The branches below must be a subset of the branches above
1921
branches: [ "master" ]

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- "release-[0-9]+.[0-9]+*"
78
pull_request:
89

910
env:

0 commit comments

Comments
 (0)