Add binary build for esphome
This commit is contained in:
parent
5ce03c462f
commit
bf9d1b9788
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: Build Binary
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- uses: esphome/build-action@v1.8.0
|
||||||
|
with:
|
||||||
|
yaml_file: pc-switch.yaml
|
||||||
Loading…
Reference in New Issue