Do not run quick check on dependabot branches

This commit is contained in:
Samson
2023-03-01 18:53:05 +01:00
committed by GitHub
parent 158345f985
commit 51e9428c17

View File

@@ -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