This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 88976d9fd [CELEBORN-375][INFRA] Enable CI on branch-* (#1307)
88976d9fd is described below
commit 88976d9fd94f7a13d5d54bd4f9233fc4f9cb42b5
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Mar 3 16:49:32 2023 +0800
[CELEBORN-375][INFRA] Enable CI on branch-* (#1307)
---
.github/workflows/maven.yml | 8 ++++++--
.github/workflows/style.yml | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d24db2200..99c2b5e97 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -5,9 +5,13 @@ name: Celeborn CI
on:
push:
- branches: [ main ]
+ branches:
+ - main
+ - branch-*
pull_request:
- branches: [ main ]
+ branches:
+ - main
+ - branch-*
jobs:
service:
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index e7c886e0e..a23158902 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -19,9 +19,13 @@ name: Style check
on:
push:
- branches: [ main ]
+ branches:
+ - main
+ - branch-*
pull_request:
- branches: [ main ]
+ branches:
+ - main
+ - branch-*
concurrency:
group: style-${{ github.ref }}