feat(ci): Only build firmware when app/ changes.

This commit is contained in:
Pete Johanson 2020-11-03 15:02:15 -05:00
parent fe62929af8
commit 698c27ba3b
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
on: [push, pull_request]
on:
push:
paths:
- "app/**"
pull_request:
paths:
- "app/**"
name: Build