浏览代码

ci: enable Go for release branches

ᴜɴᴋɴᴡᴏɴ 4 年之前
父节点
当前提交
b4abbf3ac8
共有 1 个文件被更改,包括 3 次插入1 次删除
  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: