mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-28 05:44:05 +02:00
updated hassfest workflow to trigger only on integration code change
This commit is contained in:
parent
ae4f11f6bf
commit
720f86a05a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/hassfest.yml
vendored
6
.github/workflows/hassfest.yml
vendored
|
@ -2,7 +2,13 @@ name: Validate with hassfest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'custom_components/**'
|
||||||
|
- 'tests/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'custom_components/**'
|
||||||
|
- 'tests/**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue