From 36d371644f11e6177c3c2db907008bcc62f9d534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Fri, 26 Mar 2021 10:08:48 +0100 Subject: [PATCH] Move azure pipelines to main branch --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 409d0ea..ac3c7b8 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -2,13 +2,13 @@ trigger: batch: true branches: include: - - master + - main pr: autoCancel: true branches: include: - - master + - main schedules: - cron: 0 9 * * * @@ -16,13 +16,13 @@ schedules: always: true branches: include: - - master + - main variables: - name: checkoutPath value: ansible_collections/hetzner/hcloud - name: coverageBranches - value: master + value: main - name: pipelinesCoverage value: coverage - name: entryPoint