Skip to content

Commit 21801d7

Browse files
committed
Also run actions on push
* .github/workflows/hassfest.yaml: * .github/workflows/validate.yml:
1 parent 6dc43a2 commit 21801d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/hassfest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Validate with hassfest
22

33
on:
4+
push:
45
pull_request:
56
schedule:
67
- cron: '0 1 * * SUN'

.github/workflows/validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: HACS Validate
22

33
on:
4+
push:
45
pull_request:
56
schedule:
67
- cron: '0 1 * * SUN'

0 commit comments

Comments
 (0)