We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc0667 commit 4f589e2Copy full SHA for 4f589e2
1 file changed
azure-pipelines.yml
@@ -1,6 +1,5 @@
1
-# Branches that trigger a build on commit
2
-trigger:
3
- batch: true
+# Branches that trigger builds on PR
+pr:
4
branches:
5
include:
6
- master
@@ -10,12 +9,13 @@ trigger:
10
9
- README.md
11
- docs/*
12
13
-# Branches that trigger builds on PR
14
-pr:
+# Run official build every day at midnight, if code has changed since the last run.
+schedules:
+- cron: "0 0 * * *"
15
+ displayName: Daily Official Build
16
17
- - master
18
- - release/*
+ - master
19
paths:
20
exclude:
21
0 commit comments