feat(ci): Ignore files
This commit is contained in:
parent
c13366dcd2
commit
8448ccc68b
|
@ -1,6 +1,10 @@
|
|||
name: build
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'circuit'
|
||||
|
||||
# env:
|
||||
# UPLOAD_USER_FIRMWARE: false
|
||||
|
|
Loading…
Reference in New Issue