From 50afbcd442106a539cdb3244c148b7f0e7118d16 Mon Sep 17 00:00:00 2001 From: Jonathan Tims Date: Thu, 18 Mar 2021 12:33:15 +0000 Subject: [PATCH] Disabled "all compiler options" build for PRs (#331) --- build/all-compiler-options.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/all-compiler-options.yml b/build/all-compiler-options.yml index a49fc2bf..d23fdc15 100644 --- a/build/all-compiler-options.yml +++ b/build/all-compiler-options.yml @@ -12,6 +12,7 @@ pool: - vstest trigger: none # disable CI build +pr: none # disable PR build variables: Configuration: Release @@ -20,7 +21,7 @@ schedules: - cron: "30 23 * * 3" branches: include: - - master + - main jobs: - job: Test