mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 01:48:46 +00:00
- Use branch directly by default
- Attempt automatic merge if desired
- If conflicts
- Build from branch directly
- Request rebase from maintainer
14 lines
386 B
YAML
14 lines
386 B
YAML
# Copyright 2022 Manna Harbour
|
||
# https://github.com/manna-harbour/miryoku
|
||
|
||
name: 'Build Example 𝑥MK xmk'
|
||
on: workflow_dispatch
|
||
jobs:
|
||
build:
|
||
uses: ./.github/workflows/main.yml
|
||
secrets: inherit
|
||
with:
|
||
board: '["nice_nano_v2"]'
|
||
shield: '["xmk"]'
|
||
branches: '["petejohanson/zmk/shell/tap-command","zmkfirmware/zmk/main petejohanson/zmk/shell/tap-command"]'
|