diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d7c5b3..3672056 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -216,7 +216,7 @@ stages: - stage: WebsiteUpdate displayName: 'Website Update' - condition: and(in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'), eq(variables['Build.Repository.Name'], 'hash-predef') + condition: and(in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'), eq(variables['Build.Repository.Name'], 'hash-predef')) jobs: - job: Documentation