From 09fbbaaea3fac9926b4e030d85e36f22c5dfc3b5 Mon Sep 17 00:00:00 2001 From: Morty Space <43354956+mortyspace@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:59:19 +0200 Subject: [PATCH] Update commit of new pairs --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bef7044..bd91dd8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,6 +58,7 @@ steps: git commit -m "[JOB] Updated API pairs and coins" git push origin HEAD:master displayName: 'Update API structs' + condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) - script: | cd docs && make doctest && cd ..