Only run doc generation workflow when relevant files change
This commit is contained in:
parent
1cc04b9c41
commit
ed8d122518
@ -2,9 +2,9 @@ name: docs-generation
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# paths:
|
paths:
|
||||||
# - '**.sch'
|
- '**.sch'
|
||||||
# - '**.kicad_pcb'
|
- '**.kicad_pcb'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs-generation:
|
docs-generation:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user