-
Notifications
You must be signed in to change notification settings - Fork 73
37 lines (35 loc) · 1.22 KB
/
publish.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Build and Publish ESPHome firmware and website
on:
workflow_dispatch:
pull_request:
push:
paths:
- '**.yaml'
jobs:
publish-everything-presence-one:
name: Publish Everything Presence One
uses: esphome/workflows/.github/workflows/publish.yml@main
with:
files: everything-presence-one.yaml
name: Everything Presence One
manifest_filename: everything-presence-one-manifest.json
clean: false
esphome_version: latest
publish-everything-presence-one-smartthings:
name: Publish Everything Presence One Smartthings
uses: esphome/workflows/.github/workflows/publish.yml@main
with:
files: everything-presence-one-st.yaml
name: Everything Presence One SmartThings
manifest_filename: everything-presence-one-st-manifest.json
clean: false
esphome_version: latest
publish-everything-presence-one-ha-beta:
name: Publish Everything Presence One Home Assistant Beta
uses: esphome/workflows/.github/workflows/publish.yml@main
with:
files: everything-presence-one-beta.yaml
name: Everything Presence One HA Beta
manifest_filename: everything-presence-one-ha-beta-manifest.json
clean: false
esphome_version: latest