We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70abb6 commit 7b60791Copy full SHA for 7b60791
.github/workflows/hacs.yaml
@@ -2,6 +2,8 @@ name: HACS Action
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
pull_request:
8
schedule:
9
- cron: "45 2 * * 2"
.github/workflows/hassfest.yaml
@@ -2,6 +2,8 @@ name: Validate with hassfest
- cron: "15 1 * * 1"
.github/workflows/pythonpackages.yaml
@@ -2,6 +2,9 @@ name: Python package
+ pull_request:
- cron: "30 16 * * WED"
10
0 commit comments