Files
tellstick-addon/tellstick/azure-pipelines.yml
Franck Nijhof 058df9b0f2 tellstick: Collection of small improvements (#916)
* tellstick: Move data run to data folder

* tellstick: Prettier JSON & YAML files

* tellstick: Documentation tweaks
2019-12-19 13:15:06 +01:00

22 lines
346 B
YAML

# https://dev.azure.com/home-assistant
trigger:
branches:
include:
- master
paths:
include:
- tellstick/*
pr: none
variables:
- name: versionBuilder
value: "2.0"
- group: docker
jobs:
- template: /.azure/azp-template-addon.yml
parameters:
addon: "tellstick"
arch: "--all"