fix layout #82
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ZMK firmware build | |
on: | |
workflow_dispatch: # can be triggered manually | |
push: # automatically run on changes to following paths | |
paths: | |
- "config/**" | |
- "build.yaml" | |
jobs: | |
build: | |
name: Build firmware | |
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main |