소스 검색

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: