mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2025-03-04 15:07:14 +00:00
Move azure pipelines to main branch
This commit is contained in:
parent
a05de55f30
commit
36d371644f
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue