Skip to content

Commit

Permalink
Make sure build pipelines are not triggered during a pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron committed Apr 9, 2020
1 parent d488942 commit 702b9d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: build
trigger:
tags:
include: ["v*"]
pr: none

pool:
vmImage: 'ubuntu-18.04'
Expand Down

0 comments on commit 702b9d2

Please sign in to comment.