Add experimental GHA nix-workflow
This commit is contained in:
parent
52ae80969e
commit
23e14508f9
1 changed files with 11 additions and 0 deletions
11
.github/workflows/build-nix.yml
vendored
Normal file
11
.github/workflows/build-nix.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: Build ZMK firmware (nix)
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
# push:
|
||||||
|
# paths:
|
||||||
|
# - config/**
|
||||||
|
# - build.yaml
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: urob/zmk-actions/.github/workflows/build-user-config.yml@main
|
Loading…
Add table
Add a link
Reference in a new issue