ci(codeql): ignore scanning of generated files

Ignores CodeQl analysis of *.md and files in api/*

ci(codeql): remove duplicate paths-ignore

fix(codeql): fix incorrect paths-ignore
This commit is contained in:
cameron clark
2020-12-02 06:58:03 +01:00
committed by Julien Machiels
parent 55066ddcec
commit 5ebcdcfa65
+6
View File
@@ -3,8 +3,14 @@ name: 'CodeQL'
on:
push:
branches: [master]
paths-ignore:
- '**/*.md'
- 'api/**'
pull_request:
branches: [master]
paths-ignore:
- '**/*.md'
- 'api/**'
schedule:
- cron: '30 7 * * 6'