Skip to content

Commit b93c23f

Browse files
committed
ci(workflow): 为 go-callback 分支启用 Go 测试工作流
ci(workflow): enable go test workflow for go-callback branch
1 parent b92a1bf commit b93c23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Go Build and Test
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, go-callback]
66
pull_request:
7-
branches: [main]
7+
branches: [main, go-callback]
88

99
jobs:
1010
build-and-test:

0 commit comments

Comments
 (0)