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 <[email protected]> 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: "*"
