From 158345f9859ea3eab863f18076b3805762ed84d2 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:47:15 +0100 Subject: [PATCH] Prevent quick check from running on master branch --- .github/workflows/quick-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml index bd6f3f09a97..3ac769b04af 100644 --- a/.github/workflows/quick-check.yml +++ b/.github/workflows/quick-check.yml @@ -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