You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zh...@apache.org on 2021/09/04 15:57:56 UTC

[dubbo-go-samples] 14/18: Add 1.5 branch ci

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

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

commit 7be826d9d56e8196576d9025e8a74c8946bf6da9
Author: Laurence <45...@users.noreply.github.com>
AuthorDate: Mon Jul 26 09:39:22 2021 +0800

    Add 1.5 branch ci
---
 .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..b8f2554 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, 1.5]
   pull_request:
     branches: "*"