Merge pull request #1028 from cpuguy83/codeql_nopr

Only run codeql on pushes to master, not pr's
This commit is contained in:
Brian Goff
2022-08-31 12:57:42 -07:00
committed by GitHub

View File

@@ -7,9 +7,6 @@ concurrency:
on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: "19 18 * * 3"