mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 12:27:17 +00:00
workflow refactor to used shared build file
This commit is contained in:
parent
ca176c7549
commit
feab27295d
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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
Normal file
11
.github/workflows/wled-ci.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: WLED CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
wled_build:
|
||||
uses: ./.github/workflows/build.yml
|
Loading…
x
Reference in New Issue
Block a user