mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 06:47:18 +00:00
workflow refactor to used shared build file
This commit is contained in:
parent
7ece14ff3f
commit
bc79f44a26
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