mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
Updated CodeQL workflow to exclude non-relevant project paths.
This commit is contained in:
parent
ba19943c64
commit
f6009ba47b
64
.github/workflows/codeql-analysis.yml
vendored
64
.github/workflows/codeql-analysis.yml
vendored
@ -15,10 +15,70 @@ name: "CodeQL"
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ dev, master ]
|
branches:
|
||||||
|
- 'dev'
|
||||||
|
- 'main'
|
||||||
|
- 'master'
|
||||||
|
- 'dependabot/**'
|
||||||
|
- 'feature/**'
|
||||||
|
- 'issue/**'
|
||||||
|
paths-ignore:
|
||||||
|
- .github/**
|
||||||
|
- deploy/**
|
||||||
|
- docker/**
|
||||||
|
- docker-test/**
|
||||||
|
- docs/**
|
||||||
|
- powerdnsadmin/static/assets/**
|
||||||
|
- powerdnsadmin/static/custom/css/**
|
||||||
|
- powerdnsadmin/static/img/**
|
||||||
|
- powerdnsadmin/swagger-spec.yaml
|
||||||
|
- .dockerignore
|
||||||
|
- .gitattributes
|
||||||
|
- .gitignore
|
||||||
|
- .lgtm.yml
|
||||||
|
- .whitesource
|
||||||
|
- .yarnrc
|
||||||
|
- docker-compose.yml
|
||||||
|
- docker-compose-test.yml
|
||||||
|
- LICENSE
|
||||||
|
- package.json
|
||||||
|
- README.md
|
||||||
|
- requirements.txt
|
||||||
|
- SECURITY.md
|
||||||
|
- yarn.lock
|
||||||
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: [ dev, master ]
|
branches:
|
||||||
|
- 'dev'
|
||||||
|
- 'main'
|
||||||
|
- 'master'
|
||||||
|
- 'dependabot/**'
|
||||||
|
- 'feature/**'
|
||||||
|
- 'issue/**'
|
||||||
|
paths-ignore:
|
||||||
|
- .github/**
|
||||||
|
- deploy/**
|
||||||
|
- docker/**
|
||||||
|
- docker-test/**
|
||||||
|
- docs/**
|
||||||
|
- powerdnsadmin/static/assets/**
|
||||||
|
- powerdnsadmin/static/custom/css/**
|
||||||
|
- powerdnsadmin/static/img/**
|
||||||
|
- powerdnsadmin/swagger-spec.yaml
|
||||||
|
- .dockerignore
|
||||||
|
- .gitattributes
|
||||||
|
- .gitignore
|
||||||
|
- .lgtm.yml
|
||||||
|
- .whitesource
|
||||||
|
- .yarnrc
|
||||||
|
- docker-compose.yml
|
||||||
|
- docker-compose-test.yml
|
||||||
|
- LICENSE
|
||||||
|
- package.json
|
||||||
|
- README.md
|
||||||
|
- requirements.txt
|
||||||
|
- SECURITY.md
|
||||||
|
- yarn.lock
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 2 * * 2'
|
- cron: '45 2 * * 2'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user