feat(ci): Only build firmware when app/ changes.
This commit is contained in:
parent
fe62929af8
commit
698c27ba3b
1 changed files with 7 additions and 1 deletions
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue