[Fix] Don't run azure pipelines for PRs to master

Apply the previous commit to the right file.
This commit is contained in:
Philipp Oppermann
2019-02-12 08:22:15 +01:00
parent b0d0dcad2c
commit 746591430f
2 changed files with 5 additions and 5 deletions

View File

@@ -11,6 +11,11 @@ trigger:
# Build post braches
- post-*
pr:
branches:
exclude:
- master
pool:
vmImage: ubuntu-16.04