Add binary build for esphome

This commit is contained in:
Andrej Friesen 2024-02-13 19:30:47 +01:00
parent 5ce03c462f
commit bf9d1b9788
1 changed files with 14 additions and 0 deletions

14
.github/workflows/esphome.yaml vendored Normal file
View File

@ -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