Skip to content

Commit

Permalink
ci: add rules for 'rel-**' branches
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
(cherry picked from commit bf12168)
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Nov 8, 2023
1 parent 3c24635 commit cae86af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- rel-**
pull_request:
branches:
- main
- rel-**

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- rel-**
pull_request:
branches:
- main
- rel-**
release:
types:
- published
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main, rel-** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ main, rel-** ]
schedule:
- cron: '17 11 * * 0'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/commit-msg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- main
- rel-**

jobs:
check-commit-message-style:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- rel-**

permissions: read-all

Expand Down

0 comments on commit cae86af

Please sign in to comment.