Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 396 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 396 Bytes

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