Skip to content

esphome/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

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