Inspect PRs (#4395)

This commit is contained in:
John Hill 2021-10-28 12:57:48 -07:00 committed by GitHub
parent f17fda53a0
commit e59e4efdf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'