Merge pull request #1028 from cpuguy83/codeql_nopr
Only run codeql on pushes to master, not pr's
This commit is contained in:
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@@ -7,9 +7,6 @@ concurrency:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
|
||||||
# The branches below must be a subset of the branches above
|
|
||||||
branches: [master]
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "19 18 * * 3"
|
- cron: "19 18 * * 3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user