Updated azure pipelines

This commit is contained in:
Syrus 2019-08-31 23:34:06 -07:00
parent b84287f7a7
commit 9a6c7ed2eb

View File

@ -187,7 +187,14 @@ jobs:
tag: dev tag: dev
assets: $(Build.ArtifactStagingDirectory) assets: $(Build.ArtifactStagingDirectory)
# We only run the pipelines on PRs to Master
pr:
- master
# Otherwise, we test in any of this branches (master or bors related)
trigger: trigger:
branches: branches:
include: include:
- "*" - master
- staging
- trying