miryoku_zmk/.github/workflows/test-all-promicro-controllers.yml
2022-06-02 16:03:51 +10:00

22 lines
486 B
YAML

# Copyright 2021 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Test All Promicro Controllers'
on: workflow_dispatch
jobs:
build:
if: github.repository_owner == 'manna-harbour'
uses: ./.github/workflows/main.yml
secrets: inherit
with:
board: '[
"bluemicro840_v1",
"mikoto_520",
"nice_nano",
"nice_nano_v2",
"nrfmicro_11",
"nrfmicro_13",
"proton_c"
]'
shield: '["corne_left"]'