mirror of
https://github.com/wled/WLED.git
synced 2026-04-25 16:42:44 +00:00
12 lines
130 B
YAML
12 lines
130 B
YAML
name: WLED CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '*'
|
|
pull_request:
|
|
|
|
jobs:
|
|
wled_build:
|
|
uses: ./.github/workflows/build.yml
|