- 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)
12 lines
231 B
YAML
12 lines
231 B
YAML
# Copyright 2021 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Build Example ergodox_ez'
|
|
on:
|
|
- workflow_dispatch
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/main.yml
|
|
with:
|
|
keyboard: '["ergodox_ez"]'
|