Skip to content

Commit fe68db8

Browse files
committed
Enabled pull request builds in Azure.
1 parent b8e4a1c commit fe68db8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,19 @@ variables:
1717
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.**
1818

1919
name: $(Date:yyyyMMdd).$(BuildID)
20+
2021
trigger:
2122
batch: true
2223
branches:
2324
include:
2425
- master
25-
pr: none
26+
27+
pr:
28+
drafts: false
29+
branches:
30+
include:
31+
- master
32+
- "*-maintenance"
2633

2734
stages:
2835
- stage: Build

0 commit comments

Comments
 (0)