diff --git a/azure-pipelines-publish.yml b/azure-pipelines-publish.yml index 80519f3..424c9d2 100644 --- a/azure-pipelines-publish.yml +++ b/azure-pipelines-publish.yml @@ -4,7 +4,12 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/python name: Publish to PyPI trigger: - - releases/* + branches: + - releases/* +pr: + branches: + exclude: + - /* pool: vmImage: "ubuntu-latest" strategy: