Revert to upstream GHA workflow
This commit is contained in:
parent
686ecd11fa
commit
9f00508230
1 changed files with 8 additions and 2 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -1,5 +1,11 @@
|
||||||
on: [push, pull_request, workflow_dispatch]
|
name: Build ZMK firmware
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- config/**
|
||||||
|
- build.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: urob/zmk/.github/workflows/build-user-config.yml@build-with-submodules
|
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue