Browse Source

Merge pull request #121 from Loyalsoldier/test-running-exception

Test: only triggered by *.go file on push event
RPRX 5 years ago
parent
commit
ca5f2532e8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/test.yml

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

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