You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/02/08 12:48:57 UTC

[apisix] branch release/test updated: trigger CI on release/* branch

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

shuyangw pushed a commit to branch release/test
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/test by this push:
     new 6a0ed9f  trigger CI on release/* branch
6a0ed9f is described below

commit 6a0ed9f68a5f6ecfb8f5cb8b73923cac701f60e9
Author: yiyiyimu <wo...@gmail.com>
AuthorDate: Mon Feb 8 20:46:54 2021 +0800

    trigger CI on release/* branch
    
    Signed-off-by: yiyiyimu <wo...@gmail.com>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6701427..122151a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: CI
 
 on:
   push:
-    branches: [master]
+    branches: [master, release/*]
   pull_request:
     branches: [master]