Skip to content

Commit

Permalink
Allow zmk-pmw3360-driver to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrand committed May 19, 2024
1 parent 781c5a0 commit 50e9d6d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
on: [push, pull_request, workflow_dispatch]

on:
push:
pull_request:
workflow_dispatch:
repository_dispatch:
types: [pmw3360-driver-updated]
jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main

0 comments on commit 50e9d6d

Please sign in to comment.