From ad637997d75afad32b4091b651b92e1c583981d0 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Wed, 10 Jul 2019 14:35:53 -0700 Subject: [PATCH] remove unnecessary trigger section from devops --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4a7642bd..df553150b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,9 +1,6 @@ pool: vmImage: 'Ubuntu 16.04' -trigger: -- master - variables: GOROOT: '/usr/local/go1.12' GOPATH: '$(system.defaultWorkingDirectory)/work'