Skip to content

Commit 7d82690

Browse files
committed
#1 Fix the HACS validation actions
1 parent 38907ea commit 7d82690

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/HACS_action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: HACS Validation
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
8+
branches:
9+
- master
610
schedule:
711
- cron: '0 0 * * *'
812

.github/workflows/hessfest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Validate with hassfest
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
8+
branches:
9+
- master
610
schedule:
711
- cron: '0 0 * * *'
812

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
> By Recalbox, 2026.
44
55

6-
## v1.6.2 - ...
6+
## v1.6.2 - 09/02/2026
77

88

9-
- ...
9+
- [#1](https://github.com/recalbox/RecalboxHomeAssistant/issues/1) Implements and fixes HACS and hessfest validations on github
1010

1111

1212

0 commit comments

Comments
 (0)