mirror of
https://github.com/wled/WLED.git
synced 2025-07-08 19:36:33 +00:00
workflow refactor to used shared build file
This commit is contained in:
parent
ca176c7549
commit
feab27295d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: WLED CI
|
||||
name: WLED Build
|
||||
|
||||
on: [push, pull_request]
|
||||
# Only included into other workflows
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
|
||||
|
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