miryoku_zmk/.github/workflows/build-example-xmk-native_posix_64.yml
Manna Harbour f91a3dc81d Add xmk
2022-09-20 15:45:54 +10:00

13 lines
340 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright 2022 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Build Example 𝑥MK native_posix_64'
on: workflow_dispatch
jobs:
build:
uses: ./.github/workflows/main.yml
secrets: inherit
with:
board: '["native_posix_64"]'
branches: '["zmkfirmware/zmk/main petejohanson/zmk/shell/tap-command"]'