Move azure pipelines to main branch

This commit is contained in:
Lukas Kämmerling 2021-03-26 10:08:48 +01:00 committed by GitHub
parent a05de55f30
commit 36d371644f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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