Skip to content

Commit

Permalink
Merge pull request #237 from isimluk/chores-maint-ci
Browse files Browse the repository at this point in the history
Chores: CI: run the CI also on the maintenance branches
  • Loading branch information
redhatrises authored May 13, 2022
2 parents 1fc1c84 + c4474c4 commit e88a64c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 10 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: "CodeQL"

on:
push:
branches: [main]
branches:
- main
- 'maint-*'
pull_request:
branches: [main]
branches:
- main
- 'maint-*'

jobs:
analyze:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Container Build
on:
push:
branches: [ main ]
branches:
- main
- 'maint-*'
pull_request:
branches: [ main ]
branches:
- main
- 'maint-*'

jobs:
build:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Golang Build

on:
push:
branches: [ main ]
branches:
- main
- 'maint-*'
pull_request:
branches: [ main ]
branches:
- main
- 'maint-*'

jobs:
build:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: gosec

on:
push:
branches: [ main ]
branches:
- main
- 'maint-*'
pull_request:
branches: [ main ]
branches:
- main
- 'maint-*'

jobs:
tests:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/operator-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Operator Metadata Sanity

on:
push:
branches: [ main ]
branches:
- main
- 'maint-*'
pull_request:
branches: [ main ]
branches:
- main
- 'maint-*'

jobs:
build:
Expand Down

0 comments on commit e88a64c

Please sign in to comment.