CodeQL-Dependabot compatibility

Configure the CodeQL workflow to avoid running for pushes on all pull
requests because that causes problems with Dependabot PRs.

https://github.com/cli/cli/pull/4475/checks?check_run_id=3857074760
This commit is contained in:
Mislav Marohnić 2021-10-11 11:17:48 +02:00
parent 31cca1145f
commit dabaa5ad7d

View file

@ -2,7 +2,11 @@ name: Code Scanning
on:
push:
branches: [trunk]
pull_request:
branches: [trunk]
paths-ignore:
- '**/*.md'
schedule:
- cron: "0 0 * * 0"