This commit is contained in:
daniel
2023-07-29 15:12:19 +02:00
parent bffb15ca88
commit 0033cd0453
4 changed files with 51 additions and 1 deletions

12
.github/workflows/build.yaml vendored Normal file
View 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