ci: skip codeql on repo or doc files (#3093)
parent
6ecbc3d7d9
commit
e888d2c4a8
|
@ -18,10 +18,44 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- gh-pages
|
- gh-pages
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/**'
|
||||||
|
- '.buildkite/**'
|
||||||
|
- 'docs/**'
|
||||||
|
- 'examples/**'
|
||||||
|
- '*.env'
|
||||||
|
- '*.yml'
|
||||||
|
- '*.service'
|
||||||
|
- '*.sh'
|
||||||
|
- '*.md'
|
||||||
|
- '.all-contributorsrc'
|
||||||
|
- '.dockerignore'
|
||||||
|
- '.gitignore'
|
||||||
|
- '.renovaterc'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'Dockerfile.*'
|
||||||
|
- 'LICENSE'
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/**'
|
||||||
|
- '.buildkite/**'
|
||||||
|
- 'docs/**'
|
||||||
|
- 'examples/**'
|
||||||
|
- '*.env'
|
||||||
|
- '*.yml'
|
||||||
|
- '*.service'
|
||||||
|
- '*.sh'
|
||||||
|
- '*.md'
|
||||||
|
- '.all-contributorsrc'
|
||||||
|
- '.dockerignore'
|
||||||
|
- '.gitignore'
|
||||||
|
- '.renovaterc'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- 'Dockerfile.*'
|
||||||
|
- 'LICENSE'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '25 13 * * 3'
|
- cron: '25 13 * * 3'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue