Skip to content

Commit b9ba167

Browse files
committed
ci: unconditional build for now
1 parent d8f9d37 commit b9ba167

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build_pcbs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Build PCBs
33
on:
44
workflow_call:
55
push:
6-
paths:
7-
- "*.kicad_sch"
8-
- "*.kicad_pcb"
9-
- "*.kicad_pro"
10-
- "kibot.yml"
6+
# paths:
7+
# - "*.kicad_sch"
8+
# - "*.kicad_pcb"
9+
# - "*.kicad_pro"
10+
# - "kibot.yml"
1111
pull_request:
12-
paths:
13-
- "*.kicad_sch"
14-
- "*.kicad_pcb"
15-
- "*.kicad_pro"
16-
- "kibot.yml"
12+
# paths:
13+
# - "*.kicad_sch"
14+
# - "*.kicad_pcb"
15+
# - "*.kicad_pro"
16+
# - "kibot.yml"
1717

1818
permissions:
1919
contents: read

0 commit comments

Comments
 (0)