Skip to content

Commit

Permalink
ci: extend ci for maintenance release branches
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com>
  • Loading branch information
pepov authored and aslafy-z committed May 22, 2023
1 parent c8fdee0 commit a23631e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- release-3.17
- "release-[0-9]+.[0-9]+*"
pull_request:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "master", v1 ]
branches:
- "master"
- "release-[0-9]+.[0-9]+*"
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- release-3.17
- "release-[0-9]+.[0-9]+*"
pull_request:

env:
Expand Down

0 comments on commit a23631e

Please sign in to comment.