Parcourir la source

Test: only be triggered by *.go files

loyalsoldier il y a 5 ans
Parent
commit
2f1f0470a2
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/test.yml

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

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