You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
357 B
YAML
17 lines
357 B
YAML
# Copyright 2022 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Test Merge'
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
build:
|
|
if: github.repository_owner == 'manna-harbour'
|
|
uses: ./.github/workflows/main.yml
|
|
with:
|
|
keyboard: '["crkbd"]'
|
|
merge: '[
|
|
"qmk/qmk_firmware/master",
|
|
"qmk/qmk_firmware/develop"
|
|
]'
|