mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40: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:
|
||||
workflow_dispatch:
|
||||
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:
|
||||
# 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:
|
||||
- cron: '45 2 * * 2'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user