mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
13 lines
306 B
YAML
13 lines
306 B
YAML
# Copyright 2021 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Build Example tbkmini nice_nano_v2'
|
|
on: workflow_dispatch
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/main.yml
|
|
secrets: inherit
|
|
with:
|
|
board: '["nice_nano_v2"]'
|
|
shield: '["tbkmini_left","tbkmini_right"]'
|