You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/06/16 07:43:28 UTC

[dubbo-go-samples] branch 3.0 updated: fix: add 3.0 test (#141)

This is an automated email from the ASF dual-hosted git repository.

laurence pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 1fa60b6  fix: add 3.0 test (#141)
1fa60b6 is described below

commit 1fa60b6f53b94d20a84c78b8ad7d5ac43cb4acd8
Author: Laurence <45...@users.noreply.github.com>
AuthorDate: Wed Jun 16 15:41:50 2021 +0800

    fix: add 3.0 test (#141)
---
 .github/workflows/github-actions.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 6847e75..c55506e 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -2,7 +2,7 @@ name: CI
 
 on:
   push:
-    branches: [master, develop]
+    branches: [master, develop, 3.0]
   pull_request:
     branches: "*"