Skip to content

Commit 7b60791

Browse files
authored
Update actions yaml (#55)
1 parent d70abb6 commit 7b60791

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/hacs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: HACS Action
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
schedule:
79
- cron: "45 2 * * 2"

.github/workflows/hassfest.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Validate with hassfest
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
schedule:
79
- cron: "15 1 * * 1"

.github/workflows/pythonpackages.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Python package
22

33
on:
44
push:
5+
branches:
6+
- main
7+
pull_request:
58
schedule:
69
- cron: "30 16 * * WED"
710

0 commit comments

Comments
 (0)