Merge pull request #1143 from github/codeql-run-on-prs

Run CodeQL analysis on PRs
This commit is contained in:
dm-2 2022-07-06 16:25:31 +01:00 committed by GitHub
commit f0209e8c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ name: "CodeQL analysis"
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'