From 6f83444b9d8b6eeab50582e619fcd0b69d19c886 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Fri, 21 Jun 2019 11:58:26 +0300 Subject: Run for all branches, except release for master --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cd6a59f..6bed068 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,3 @@ -trigger: -- master - jobs: - job: build @@ -164,6 +161,7 @@ jobs: - job: release dependsOn: build + condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) pool: vmImage: 'vs2017-win2016' steps: -- cgit v1.2.3