From fb6c981c836b49f9a541cc1f91f5e9985f8958ed Mon Sep 17 00:00:00 2001 From: Adam Douglass Date: Wed, 8 Apr 2020 12:29:30 -0400 Subject: [PATCH 1/2] Don't run builds on pull requests --- pipelines/azure-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/azure-build.yaml b/pipelines/azure-build.yaml index 31aa069e..348deeb6 100644 --- a/pipelines/azure-build.yaml +++ b/pipelines/azure-build.yaml @@ -3,6 +3,7 @@ name: build trigger: tags: include: ["v*"] + pr: none pool: vmImage: 'ubuntu-18.04' From bd3331bdebf7bc7818f40405d758cafec493b321 Mon Sep 17 00:00:00 2001 From: Adam Douglass Date: Wed, 8 Apr 2020 14:15:29 -0400 Subject: [PATCH 2/2] Fix typo in the pipelines --- pipelines/azure-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/azure-build.yaml b/pipelines/azure-build.yaml index 348deeb6..cc069362 100644 --- a/pipelines/azure-build.yaml +++ b/pipelines/azure-build.yaml @@ -3,7 +3,7 @@ name: build trigger: tags: include: ["v*"] - pr: none +pr: none pool: vmImage: 'ubuntu-18.04'