diff --git a/azure-pipelines.yml b/azure-pipelines.yml index df9125589..d78f2ce5f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,11 +7,11 @@ trigger: include: ['*'] schedules: -- cron: "0 * * * *" - displayName: "scheduled build" - always: "true" - branches: - include: ['master'] + - cron: "0 * * * *" + displayName: "scheduled build" + always: "true" + branches: + include: ['master'] jobs: - job: 'Clippy'