Skip to content

Commit

Permalink
Use schedule for official build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Nov 26, 2019
1 parent 4dc0667 commit 4f589e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Branches that trigger a build on commit
trigger:
batch: true
# Branches that trigger builds on PR
pr:
branches:
include:
- master
Expand All @@ -10,12 +9,13 @@ trigger:
- README.md
- docs/*

# Branches that trigger builds on PR
pr:
# Run official build every day at midnight, if code has changed since the last run.
schedules:
- cron: "0 0 * * *"
displayName: Daily Official Build
branches:
include:
- master
- release/*
- master
paths:
exclude:
- README.md
Expand Down

0 comments on commit 4f589e2

Please sign in to comment.