Browse Source

Test: only be triggered by *.go files

loyalsoldier 5 năm trước cách đây
mục cha
commit
2f1f0470a2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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: