mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +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:
|
||||
push:
|
||||
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:
|
||||
RUST_BACKTRACE: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue