From 48139f382d896149c2c689b8fb879c21e5a1a282 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 2 Jul 2020 16:00:35 -0700 Subject: [PATCH] Do not build pushes to master. (#8126) --- .azure-pipelines/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure-pipelines/main.yml b/.azure-pipelines/main.yml index 836e77122..1975d36db 100644 --- a/.azure-pipelines/main.yml +++ b/.azure-pipelines/main.yml @@ -1,5 +1,4 @@ -trigger: - - master +trigger: none pr: - master - '*.x'