mirror of https://github.com/zulip/zulip.git
ci: Do not run CodeQL on Dependabot push events.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
d2a15f613f
commit
a9501772c1
|
@ -1,6 +1,10 @@
|
||||||
name: "Code scanning"
|
name: "Code scanning"
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- dependabot/** # https://github.com/github/codeql-action/pull/435
|
||||||
|
pull_request: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CodeQL:
|
CodeQL:
|
||||||
|
|
Loading…
Reference in New Issue