kopia lustrzana https://github.com/Aircoookie/WLED
workflow refactor to used shared build file
rodzic
ca176c7549
commit
feab27295d
|
@ -1,7 +1,9 @@
|
||||||
name: WLED CI
|
name: WLED Build
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
|
# Only included into other workflows
|
||||||
|
on:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
get_default_envs:
|
get_default_envs:
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: WLED CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
wled_build:
|
||||||
|
uses: ./.github/workflows/build.yml
|
Ładowanie…
Reference in New Issue