common build file

This commit is contained in:
Will Tatam
2026-01-13 18:52:25 +00:00
parent 7b4c853418
commit 4a2d5da7b1
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
name: PlatformIO CI
on: [push, pull_request]
# Only included into other workflows
on:
workflow_call:
jobs:

11
.github/workflows/wled-ci.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: WLED CI
on:
push:
branches:
- '*'
pull_request:
jobs:
wled_build:
uses: ./.github/workflows/build.yml