Skip to content

Commit f9e94d2

Browse files
committed
fix build to run if any files outside ignore are changed
1 parent 7ed8569 commit f9e94d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- main
1010
# Don't run full build on only public or mdx changes
11-
paths:
11+
paths-ignore:
1212
- "!public/**"
1313
- "!mdx/**"
1414
- "!LICENSE"

0 commit comments

Comments
 (0)