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 ..