Move from azure pipelines to github action for CI (#1646)

* Move from azure pipelines to github action for CI

* pin version

* pin directly
This commit is contained in:
Joakim Sørensen
2020-10-25 16:53:45 +01:00
committed by GitHub
parent a0cb118230
commit 23c51e62a6
2 changed files with 0 additions and 26 deletions

View File

@@ -1,24 +0,0 @@
# https://dev.azure.com/home-assistant
trigger:
branches:
include:
- master
paths:
include:
- tellstick/*
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: "tellstick"