mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
ci: codeql only on code changes (#3108)
This commit is contained in:
parent
2502d89682
commit
ee9ce27ccf
52
.github/workflows/codeql-analysis.yml
vendored
52
.github/workflows/codeql-analysis.yml
vendored
|
@ -18,46 +18,26 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- gh-pages
|
- gh-pages
|
||||||
paths-ignore:
|
paths:
|
||||||
- '.github/**'
|
- 'go.mod'
|
||||||
- '.buildkite/**'
|
- 'go.sum'
|
||||||
- 'docs/**'
|
- '**/*.go'
|
||||||
- 'examples/**'
|
- '**/*.ts'
|
||||||
- '*.env'
|
- '**/*.tsx'
|
||||||
- '*.yml'
|
- '**/*.js'
|
||||||
- '*.service'
|
- '**/*.jsx'
|
||||||
- '*.sh'
|
|
||||||
- '*.md'
|
|
||||||
- '.all-contributorsrc'
|
|
||||||
- '.dockerignore'
|
|
||||||
- '.gitignore'
|
|
||||||
- '.renovaterc'
|
|
||||||
- 'Dockerfile'
|
|
||||||
- 'Dockerfile.*'
|
|
||||||
- 'LICENSE'
|
|
||||||
- 'internal/configuration/config.template.yml'
|
|
||||||
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:
|
paths:
|
||||||
- '.github/**'
|
- 'go.mod'
|
||||||
- '.buildkite/**'
|
- 'go.sum'
|
||||||
- 'docs/**'
|
- '**/*.go'
|
||||||
- 'examples/**'
|
- '**/*.ts'
|
||||||
- '*.env'
|
- '**/*.tsx'
|
||||||
- '*.yml'
|
- '**/*.js'
|
||||||
- '*.service'
|
- '**/*.jsx'
|
||||||
- '*.sh'
|
|
||||||
- '*.md'
|
|
||||||
- '.all-contributorsrc'
|
|
||||||
- '.dockerignore'
|
|
||||||
- '.gitignore'
|
|
||||||
- '.renovaterc'
|
|
||||||
- 'Dockerfile'
|
|
||||||
- 'Dockerfile.*'
|
|
||||||
- 'LICENSE'
|
|
||||||
- 'internal/configuration/config.template.yml'
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '25 13 * * 3'
|
- cron: '25 13 * * 3'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user