mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
25 lines
430 B
YAML
25 lines
430 B
YAML
# https://dev.azure.com/home-assistant
|
|
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- master
|
|
paths:
|
|
include:
|
|
- git_pull/*
|
|
pr: none
|
|
resources:
|
|
repositories:
|
|
- repository: azure
|
|
type: github
|
|
name: "home-assistant/ci-azure"
|
|
endpoint: "home-assistant"
|
|
|
|
variables:
|
|
- group: docker
|
|
|
|
jobs:
|
|
- template: templates/azp-job-addon.yaml@azure
|
|
parameters:
|
|
addon: "git_pull"
|