Avoid triggering CodeQL on the "push" event for Dependabot branches

This commit is contained in:
John Bampton
2022-04-26 00:45:36 +10:00
parent dd4da14772
commit 68ce424889
+1
View File
@@ -2,6 +2,7 @@ name: "Code scanning - action"
on:
push:
branches-ignore: "dependabot/**"
pull_request:
schedule:
- cron: '0 19 * * 4'