diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2946f14d9..a0eed6e3b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,9 +7,9 @@ trigger: include: ['*'] schedules: - - cron: "0,20,40 * * * *" + - cron: '0,20,40 * * * *' displayName: "scheduled build" - always: "true" + always: 'true' branches: include: ['master']