Skip to content

Commit

Permalink
Add binary build for esphome
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriesen committed Feb 13, 2024
1 parent 5ce03c4 commit bf9d1b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/esphome.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf9d1b9

Please sign in to comment.