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

jackietien pushed a commit to branch iotdb
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit d33e4d8582747ebb7bafcb9d4505b22a89e44dbf
Author: yuyong <[email protected]>
AuthorDate: Mon Aug 12 15:37:01 2024 +0800

    Adding a CI for rc branching
---
 .github/workflows/code-coverage.yml | 2 ++
 .github/workflows/codeql.yml        | 4 +++-
 .github/workflows/unit-test.yml     | 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/code-coverage.yml 
b/.github/workflows/code-coverage.yml
index 281ebe4c..3fa85d2f 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -3,11 +3,13 @@ on:
   push:
     branches:
       - develop
+      - rc/*
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
       - develop
+      - rc/*
     paths-ignore:
       - 'docs/**'
 
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index d0d3fc9c..2ebf94cd 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -13,7 +13,9 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ "develop" ]
+    branches:
+      - develop
+      - rc/*
     paths-ignore:
       - 'docs/**'
 
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 93e95a80..ec0e7782 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -8,12 +8,14 @@ on:
     branches:
       - develop
       - iotdb
+      - rc/*
     paths-ignore:
       - 'docs/**'
   pull_request:
     branches:
       - develop
       - iotdb
+      - rc/*
     paths-ignore:
       - 'docs/**'
   # Enable manually starting builds, and allow forcing updating of SNAPSHOT 
dependencies.

Reply via email to