From 58e4a255a47681dca6e37b741b4f933833d02992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n?= Date: Mon, 16 Sep 2019 17:56:50 +0200 Subject: [PATCH] Disable branch check for releases --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 93922a24..9a7539ad 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -138,7 +138,7 @@ jobs: - MacOS - Windows_x86 - Windows_x64 - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop')) + condition: and(succeeded()) variables: - group: github-releases pool: