Skip to content

Commit 1a1a402

Browse files
committed
fix ci
1 parent 5bc7e16 commit 1a1a402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# All of these options are optional, so you can remove them if you are happy with the defaults
1919
concurrent_skipping: 'never'
2020
skip_after_successful_duplicate: 'true'
21-
paths_ignore: '["**/README.md", "**/docs/**"]'
21+
paths_ignore: '["**/README.md", "**/docs/**", "**/examples/**"]'
2222
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
2323

2424
test:

0 commit comments

Comments
 (0)