Rename info.json to cradio.json #150
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: Build ZMK firmware | |
on: | |
workflow_dispatch: # can be triggered manually | |
pull_request: | |
push: # automatically run on changes to following paths | |
paths: | |
- "config/*" | |
jobs: | |
build: | |
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main |