miryoku_zmk/.github/workflows/build-example-mousekeyspr.yml
Manna Harbour d6e6ef0604 Update build-example-mousekeyspr.yml
Add matrix entry to build directly from rebased fork for when it is too far
out of date to merge automatically.
2022-06-07 17:33:16 +10:00

20 lines
538 B
YAML

# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Build Example mousekeyspr'
on: workflow_dispatch
jobs:
build:
uses: ./.github/workflows/main.yml
secrets: inherit
with:
board: '["nice_nano"]'
shield: '["corne_left"]'
custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]'
kconfig: '["CONFIG_ZMK_MOUSE=y"]'
branches: '[
"zmkfirmware/zmk/main krikun98/zmk/mouse-pr",
"zmkfirmware/zmk/main ftc/zmk/mouse-ftc",
"ftc/zmk/mouse-ftc"
]'