updated hassfest workflow to trigger only on integration code change

This commit is contained in:
tomaae 2020-04-18 03:32:20 +02:00
parent ae4f11f6bf
commit 720f86a05a

View file

@ -2,7 +2,13 @@ name: Validate with hassfest
on:
push:
paths:
- 'custom_components/**'
- 'tests/**'
pull_request:
paths:
- 'custom_components/**'
- 'tests/**'
schedule:
- cron: '0 0 * * *'