We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc7e16 commit 1a1a402Copy full SHA for 1a1a402
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
# All of these options are optional, so you can remove them if you are happy with the defaults
19
concurrent_skipping: 'never'
20
skip_after_successful_duplicate: 'true'
21
- paths_ignore: '["**/README.md", "**/docs/**"]'
+ paths_ignore: '["**/README.md", "**/docs/**", "**/examples/**"]'
22
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
23
24
test:
0 commit comments