mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
Inspect PRs (#4395)
This commit is contained in:
parent
f17fda53a0
commit
e59e4efdf0
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -4,6 +4,12 @@ name: "CodeQL"
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*Spec.js'
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
schedule:
|
||||
- cron: '28 21 * * 3'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user