Browse Source

Coverage: only be triggered by *.go files

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

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

@@ -3,6 +3,8 @@ name: Coverage
 on:
   push:
     branches: [master]
+    paths:
+      - "**/*.go"
 
 jobs:
   coverage: