- Squashed local commits from previous miryoku branch - Update actions/upload-artifact in workflow - Add choice to Build Inputs workflow for alternative layout options - Add Test Inputs workflow with all text fields for matrix builds - Fix make git-submodule in workflow - Fix merge in workflow (#16)
13 lines
280 B
YAML
13 lines
280 B
YAML
# Copyright 2022 Manna Harbour
|
||
# https://github.com/manna-harbour/miryoku
|
||
|
||
name: 'Build Example 𝑥MK'
|
||
on:
|
||
- workflow_dispatch
|
||
jobs:
|
||
build:
|
||
uses: ./.github/workflows/main.yml
|
||
with:
|
||
keyboard: '["converter/xmk"]'
|
||
merge: '["manna-harbour/qmk_firmware/xmk"]'
|