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.
This commit is contained in:
Manna Harbour 2022-06-07 17:30:39 +10:00
parent 74c05a9c3b
commit d6e6ef0604

View File

@ -14,5 +14,6 @@ jobs:
kconfig: '["CONFIG_ZMK_MOUSE=y"]' kconfig: '["CONFIG_ZMK_MOUSE=y"]'
branches: '[ branches: '[
"zmkfirmware/zmk/main krikun98/zmk/mouse-pr", "zmkfirmware/zmk/main krikun98/zmk/mouse-pr",
"zmkfirmware/zmk/main ftc/zmk/mouse-ftc" "zmkfirmware/zmk/main ftc/zmk/mouse-ftc",
"ftc/zmk/mouse-ftc"
]' ]'