This is an automated email from the ASF dual-hosted git repository.
hufeng pushed a commit to branch dubbo2
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git
The following commit(s) were added to refs/heads/dubbo2 by this push:
new 87f2186 Update go.yml
87f2186 is described below
commit 87f2186cf19ff521cde2e70537f958c4c97f4791
Author: 胡锋 <[email protected]>
AuthorDate: Sun Oct 30 23:51:35 2022 +0800
Update go.yml
---
.github/workflows/go.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 89a6036..9c96ce8 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -5,9 +5,9 @@ name: Go
on:
push:
- branches: [ "master", "dubbo3" ]
+ branches: [ "dubbo2" ]
pull_request:
- branches: [ "master", "dubbo3" ]
+ branches: [ "dubbo2" ]
jobs: