From c37d9f973d1596efabf12e3770c2f22d3037e688 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Thu, 6 Aug 2020 13:17:48 -0500 Subject: [PATCH] !deploy with correct default branch Correcting the pipeline schedule so that `main` is built on Thurdays instead of `master` --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 70e487bef..638ec9dd7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ trigger: - refs/heads/* schedules: - - cron: "0 12 * * 4" + - cron: "0 16 * * 4" displayName: Weekly build on Thursday always: true branches: