Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
ci: Prevent PR builds in Azure Build Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
CMeeg committed Sep 30, 2019
1 parent 42e5b8b commit ed4288d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
trigger:
- master

pr: none

pool:
vmImage: 'ubuntu-latest'

Expand Down

0 comments on commit ed4288d

Please sign in to comment.