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