Skip to content

Commit 38d4ee0

Browse files
2 parents 3c9c795 + 03d21f4 commit 38d4ee0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ESPHome.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build ESPHome
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
build:
10+
uses: esphome/workflows/.github/workflows/publish.yml@main
11+
with:
12+
files: Integrations/ESPHome/PWR-1.yaml
13+
name: Apollo PWR-1

0 commit comments

Comments
 (0)