forked from kofal.net/zmk
feat(ci): Only build firmware when app/ changes.
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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