mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-01 19:14:35 +02:00
run all CI on PRs to be merged with release branches (#1390)
This commit is contained in:
parent
9cb200a831
commit
992ad833d1
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…
x
Reference in New Issue
Block a user