Skip to content

Auto-Build for CI

Auto-Build for CI #1

Workflow file for this run

---
#Source: https://github.com/esphome-econet/esphome-econet
name: Auto-Build for CI
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
with:
force-verbose-logging: true