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

Add on: pull_request trigger to CodeQL workflow
This commit is contained in:
Mislav Marohnić 2021-01-13 14:40:38 +01:00 committed by GitHub
commit 4750e4ae18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ name: Code Scanning
on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0"