6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 6e700755

AuthorNKL<nikolaj.king@gmail.com>
Date2024-10-09 12:15:20 +0200
Update azure-pipelines.yml

Changed files

azure/azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/azure/azure-pipelines.yml b/azure/azure-pipelines.yml
index cac2e01a..98d22219 100644
--- a/azure/azure-pipelines.yml
+++ b/azure/azure-pipelines.yml
@@ -92,7 +92,7 @@ stages:
pool:
vmImage: 'ubuntu-latest'
dependsOn: CI_Android
- condition: and(succeeded('CI_Android'), or(eq(variables['Build.SourceBranch'], 'refs/heads/dev'), eq(variables['Build.SourceBranch'], 'refs/heads/stage'), eq(variables['Build.SourceBranch'], 'refs/heads/prod')))
+ condition: and(succeeded('CI_Android'), or(eq(variables['Build.SourceBranch'], 'refs/heads/develop'), eq(variables['Build.SourceBranch'], 'refs/heads/stage'), eq(variables['Build.SourceBranch'], 'refs/heads/prod')))
jobs:
- deployment:
environment: 'dev'