diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 25cb47e11f..eb6f44263b 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -146,6 +146,7 @@ jobs: SNAP_LOGIN: $(SNAP_LOGIN) - script: make build displayName: Build + condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))" env: GH_TOKEN: $(GH_TOKEN) - bash: |