mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 21:55:29 +00:00
build
This commit is contained in:
12
.github/workflows/build.yaml
vendored
Normal file
12
.github/workflows/build.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request_target:
|
||||
branches: [ "main" ]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: tklzg/zmk/.github/workflows/build-user-config.yml@encoder
|
||||
Reference in New Issue
Block a user