mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
Do not run quick check on dependabot branches
This commit is contained in:
parent
158345f985
commit
51e9428c17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quick-check.yml
vendored
2
.github/workflows/quick-check.yml
vendored
|
@ -3,7 +3,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
[ "**", "!master", "!auto", "!try", "!try-linux", "!try-mac", "!try-windows", "!try-wpt"]
|
[ "**", "!master", "!auto", "!try", "!try-linux", "!try-mac", "!try-windows", "!try-wpt", "!dependabot/**"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue