Explorar el Código

github: enable Go actions on push

ᴜɴᴋɴᴡᴏɴ hace 4 años
padre
commit
423f9e6de7
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      .github/workflows/go.yml

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

@@ -1,8 +1,6 @@
 name: Go
 on:
   push:
-    branches: [master]
-  pull_request:
     paths:
       - '**.go'
 env: