Răsfoiți Sursa

ci: enable Go for release branches

ᴜɴᴋɴᴡᴏɴ 4 ani în urmă
părinte
comite
b4abbf3ac8
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  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: