mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-03 17:34:29 +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:
|
||||
push:
|
||||
paths:
|
||||
- 'custom_components/**'
|
||||
- 'tests/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'custom_components/**'
|
||||
- 'tests/**'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue