mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-15 18:38:46 +00:00
- Use branch directly by default
- Attempt automatic merge if desired
- If conflicts
- Build from branch directly
- Request rebase from maintainer
15 lines
451 B
YAML
15 lines
451 B
YAML
# Copyright 2022 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Build Example suspend'
|
|
on: workflow_dispatch
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/main.yml
|
|
secrets: inherit
|
|
with:
|
|
board: '["nice_nano"]'
|
|
shield: '["corne_left","corne_right"]'
|
|
custom_config: '["#define MIRYOKU_KLUDGE_SUSPEND"]'
|
|
branches: '["manna-harbour/zmk/suspend-test","zmkfirmware/zmk/main manna-harbour/zmk/suspend-test"]'
|