Auto merge of #29453 - sagudev:patch-3, r=jdm

Prevent quick check from running on master&dependabot branches

This should fix the problem noted in #29423

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2023-03-01 20:46:45 +01:00 committed by GitHub
commit 61fe4cf606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ on:
pull_request: pull_request:
push: push:
branches: branches:
[ "**", "!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