diff --git a/.pipelines/azure-pipelines.yml b/.pipelines/azure-pipelines.yml index 69097dc1..270e179d 100644 --- a/.pipelines/azure-pipelines.yml +++ b/.pipelines/azure-pipelines.yml @@ -127,7 +127,7 @@ stages: - script: ./scripts/ci-checks.sh displayName: "CI checks" - - ${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}: + - ${{ if startsWith(variables['Build.SourceBranch'], 'users/vimauro/') }}: - stage: release jobs: - job: docker_push