ci: ignore examples folder for test ci

This commit is contained in:
ReaJason
2025-08-14 00:05:32 +08:00
parent 948a6699fb
commit 77cd746154
+1
View File
@@ -7,6 +7,7 @@ on:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- 'boot/**' - 'boot/**'
- 'examples/**'
- 'web/**' - 'web/**'
- '**.md' - '**.md'
- '**/*.png' - '**/*.png'