Skip to content

Commit

Permalink
Merge pull request #384 from mikeller/enable_azure_pull_request_builds
Browse files Browse the repository at this point in the history
Enabled pull request builds in Azure.
  • Loading branch information
mikeller authored Mar 29, 2021
2 parents 64b35ef + fe68db8 commit 6fe2065
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@ variables:
releaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**

name: $(Date:yyyyMMdd).$(BuildID)

trigger:
batch: true
branches:
include:
- master
pr: none

pr:
drafts: false
branches:
include:
- master
- "*-maintenance"

stages:
- stage: Build
Expand Down

0 comments on commit 6fe2065

Please sign in to comment.