Inspect PRs (#4395)
This commit is contained in:
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@@ -4,6 +4,12 @@ name: "CodeQL"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- '**/*Spec.js'
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/*.txt'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '28 21 * * 3'
|
- cron: '28 21 * * 3'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user