Explorar el Código

ci: enable Go for release branches

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

+ 3 - 1
.github/workflows/go.yml

@@ -1,7 +1,9 @@
 name: Go
 on:
   push:
-    branches: [main]
+    branches:
+      - main
+      - 'release/**'
     paths:
       - '**.go'
   pull_request: