Skip to content

Commit

Permalink
Revert to upstream GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Aug 5, 2024
1 parent 686ecd1 commit 9f00508
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
on: [push, pull_request, workflow_dispatch]
name: Build ZMK firmware
on:
workflow_dispatch:
push:
paths:
- config/**
- build.yaml

jobs:
build:
uses: urob/zmk/.github/workflows/build-user-config.yml@build-with-submodules
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

0 comments on commit 9f00508

Please sign in to comment.