From 4312ebe68dd097968908796e1de384dc119b29ae Mon Sep 17 00:00:00 2001 From: Nick Whyte Date: Sun, 25 Jul 2021 15:49:50 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51a54d1..5b82cb9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,9 +1,13 @@ + trigger: - pr: none + branches: + include: [] tags: include: - '*' +pr: none + schedules: - cron: '0 3 * * 6' displayName: "Weekly scheduled build"