esphome / workflows

GitHub Action workflows for use with ESPHome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPHome shared workflows

This repository contains workflows to be used by other repositories.

Build and publish firmware with GitHub Pages and ESP Web Tools

name: Build and Publish

on:
  push:
    branches:
      - main

jobs:
  build:
    uses: esphome/workflows/.github/workflows/publish.yml@main
    with:
      files: esp32.yml,esp8266.yml
      name: Your Project Name

About

GitHub Action workflows for use with ESPHome

License:Apache License 2.0