Add advanced files to validations
This commit is contained in:
22
.github/workflows/build_esphome.yml
vendored
22
.github/workflows/build_esphome.yml
vendored
@@ -1,3 +1,19 @@
|
||||
uses: esphome/build-action@v1
|
||||
with:
|
||||
yaml_file: nspanel_esphome_prebuilt.yaml
|
||||
name: Build ESPHome binary
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "nspanel_esphome_*.yaml"
|
||||
pull_request:
|
||||
#schedule:
|
||||
# - cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
code_scan:
|
||||
name: Build ESPHome binary
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: esphome/build-action@v1
|
||||
with:
|
||||
yaml_file: nspanel_esphome_prebuilt.yaml
|
||||
Reference in New Issue
Block a user