Workflow testing - build fw #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Publish ESPHome firmware and website | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'bed-presence-mk1.yaml' | ||
jobs: | ||
build: | ||
uses: ./.github/workflows/action-build-and-publish.yml | ||
Check failure on line 12 in .github/workflows/workflow-fw-change.yml GitHub Actions / Build and Publish ESPHome firmware and websiteInvalid workflow file
|
||
with: | ||
files: bed-presence-mk1.yaml | ||
name: Bed Presence Mk1 | ||
esphome_version: 2024.6.6 | ||
# name: Build and Publish ESPHome firmware and website | ||
# on: | ||
# push: | ||
# branches: | ||
# - main | ||
# paths: | ||
# - 'bed-presence-mk1.yaml' | ||
# jobs: | ||
# build: | ||
# uses: ./.github/workflows/action-build-fw.yml | ||
# with: | ||
# files: bed-presence-mk1.yaml | ||
# name: Bed Presence Mk1 | ||
# esphome_version: 2024.6.6 | ||
# publish: | ||
# needs: [build] | ||
# uses: ./.github/workflows/action-publish-pages.yml | ||
# with: | ||
# name: Bed Presence Mk1 | ||
# esphome_version: 2024.6.6 |