diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index 440e454..3c67f54 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -2,7 +2,13 @@ name: Validate with hassfest on: push: + paths: + - 'custom_components/**' + - 'tests/**' pull_request: + paths: + - 'custom_components/**' + - 'tests/**' schedule: - cron: '0 0 * * *'