workflow refactor to used shared build file

pull/4181/head
Will Tatam 2024-11-27 10:33:44 +00:00
rodzic ca176c7549
commit feab27295d
2 zmienionych plików z 16 dodań i 3 usunięć

Wyświetl plik

@ -1,7 +1,9 @@
name: WLED CI
on: [push, pull_request]
name: WLED Build
# Only included into other workflows
on:
workflow_call:
jobs:
get_default_envs:

11
.github/workflows/wled-ci.yml vendored 100644
Wyświetl plik

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