Only run doc generation workflow when relevant files change

This commit is contained in:
Andreas Tsouchlos 2024-10-20 15:53:42 +02:00
parent 1cc04b9c41
commit ed8d122518

View File

@ -2,9 +2,9 @@ name: docs-generation
on:
pull_request:
# paths:
# - '**.sch'
# - '**.kicad_pcb'
paths:
- '**.sch'
- '**.kicad_pcb'
jobs:
docs-generation: