Skip to content

Commit

Permalink
update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 committed Mar 3, 2024
1 parent 69d3473 commit d696d23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build ZMK firmware
on: [push, pull_request, workflow_dispatch]
on:
workflow_dispatch:
push:
paths:
- "config/**"

jobs:
build:
Expand Down

0 comments on commit d696d23

Please sign in to comment.