Ver código fonte

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

Test: only triggered by *.go file on push event
RPRX 5 anos atrás
pai
commit
ca5f2532e8
1 arquivos alterados com 2 adições e 0 exclusões
  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: