Skip to content

Commit 06ed7a4

Browse files
committed
Just ignore rendered files
1 parent 43dae7b commit 06ed7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- '*.scad'
7+
paths-ignore:
8+
- 'stls/**'
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)