Prevent quick check from running on master branch

This commit is contained in:
Samson 2023-03-01 18:47:15 +01:00 committed by GitHub
parent 3db58ed997
commit 158345f985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
[ "**", "!auto", "!try", "!try-linux", "!try-mac", "!try-windows", "!try-wpt"]
[ "**", "!master", "!auto", "!try", "!try-linux", "!try-mac", "!try-windows", "!try-wpt"]
env:
RUST_BACKTRACE: 1