Merge pull request #5700 from jbampton/codeql-on-pull-request-only

Avoid triggering CodeQL on the "push" event for Dependabot branches
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-04-26 11:09:42 +09:00
committed by GitHub
+1
View File
@@ -2,6 +2,7 @@ name: "Code scanning - action"
on:
push:
branches-ignore: "dependabot/**"
pull_request:
schedule:
- cron: '0 19 * * 4'