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 <[email protected]>
AuthorDate: Mon Feb 8 20:46:54 2021 +0800
trigger CI on release/* branch
Signed-off-by: yiyiyimu <[email protected]>
---
.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]