run all CI on PRs to be merged with release branches (#1390)
This commit is contained in:
parent
9cb200a831
commit
992ad833d1
5 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ main, release-** ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, release-** ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
|||
branches: [ main, release-** ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ main ]
|
||||
branches: [ main, release-** ]
|
||||
schedule:
|
||||
- cron: '30 4 * * 0'
|
||||
|
||||
|
|
2
.github/workflows/dev-release.yml
vendored
2
.github/workflows/dev-release.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ main, release-** ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, release-** ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/lint-plugin.yml
vendored
2
.github/workflows/lint-plugin.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ main, release-** ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, release-** ]
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
|
|
2
.github/workflows/lint-server.yml
vendored
2
.github/workflows/lint-server.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ main, release-** ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, release-** ]
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
|
|
Loading…
Reference in a new issue