mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 21:55:29 +00:00
13 lines
262 B
YAML
13 lines
262 B
YAML
on:
|
|
push:
|
|
branches: [ "main" ]
|
|
pull_request_target:
|
|
branches: [ "main" ]
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
build:
|
|
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
|