Explorar o código

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

Test: only triggered by *.go file on push event
RPRX %!s(int64=5) %!d(string=hai) anos
pai
achega
ca5f2532e8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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: