6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit dcc40f6e
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 79bad0ce..df24f83c 100644
--- a/azure/azure-pipelines.yml
+++ b/azure/azure-pipelines.yml
@@ -20,7 +20,7 @@ stages:
- stage:
- condition: and(succeeded(), ne(variables['Build.SourceBranch'], 'refs/heads/develop'), ne(variables['Build.SourceBranch'], 'refs/heads/stage'), ne(variables['Build.SourceBranch'], 'refs/heads/main') )
+ condition: and(succeeded(), ne(variables['Build.SourceBranch'], 'refs/heads/test'), ne(variables['Build.SourceBranch'], 'refs/heads/stage'), ne(variables['Build.SourceBranch'], 'refs/heads/main') )
jobs:
- deployment:
environment: ${{ variables.environment }}