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/09/08 03:38:46 UTC

[dubbo-go-samples] branch config-enhance updated: Update github-actions.yml

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

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


The following commit(s) were added to refs/heads/config-enhance by this push:
     new 8f7fbc9  Update github-actions.yml
8f7fbc9 is described below

commit 8f7fbc984fa8426210a39866c13af945a6bc83bb
Author: Laurence <45...@users.noreply.github.com>
AuthorDate: Wed Sep 8 11:38:40 2021 +0800

    Update github-actions.yml
---
 .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 c55506e..e91863f 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -2,7 +2,7 @@ name: CI
 
 on:
   push:
-    branches: [master, develop, 3.0]
+    branches: [master, develop, 3.0, config-enhance]
   pull_request:
     branches: "*"