Skip to content

Commit

Permalink
Exclude PR from publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Christdej committed Mar 23, 2021
1 parent e06acbf commit 0a93547
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0a93547

Please sign in to comment.