Michael Yang 1 anno fa
parent
commit
2cb74e23fb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/test.yaml

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

@@ -3,6 +3,7 @@ name: test
 on:
   pull_request:
     paths:
+      - '**/*'
       - '!docs/**'
       - '!examples/**'
       - '!README.md'