Merge pull request #81 from rneatherway/codeql-add-pull-request-trigger

Add on: pull_request trigger to CodeQL workflow
This commit is contained in:
Josh Gross 2021-01-14 18:42:16 -05:00 committed by GitHub
commit 782e5ae9ea
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ name: "Code scanning - action"
on:
push:
pull_request:
paths-ignore:
- '**.md'
schedule: