mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-26 17:50:45 +02:00
feat(ci): Only build firmware when app/ changes.
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "app/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "app/**"
|
||||
|
||||
name: Build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user