Browse Source

no ci test on docs, examples

Michael Yang 1 year ago
parent
commit
72431031d9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/test.yaml

+ 4 - 0
.github/workflows/test.yaml

@@ -2,6 +2,10 @@ name: test
 
 on:
   pull_request:
+    paths:
+      - '!docs/**'
+      - '!examples/**'
+      - '!README.md'
 
 jobs:
   generate: