Browse Source

Test: only be triggered by *.go files

loyalsoldier 5 years ago
parent
commit
2f1f0470a2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/test.yml

+ 2 - 0
.github/workflows/test.yml

@@ -5,6 +5,8 @@ on:
     branches: [master]
     branches: [master]
   pull_request:
   pull_request:
     branches: [master]
     branches: [master]
+    paths:
+      - "**/*.go"
 
 
 jobs:
 jobs:
   test:
   test: