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

djwang pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git


The following commit(s) were added to refs/heads/REL_2_STABLE by this push:
     new c909fbe9 CI: Update workflow to test against REL_2_STABLE branch
c909fbe9 is described below

commit c909fbe94672f4a4536f4afd25b6aaec69ed2464
Author: Dianjin Wang <[email protected]>
AuthorDate: Tue Mar 3 16:07:52 2026 +0800

    CI: Update workflow to test against REL_2_STABLE branch
---
 .github/workflows/cloudberry-backup-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/cloudberry-backup-ci.yml 
b/.github/workflows/cloudberry-backup-ci.yml
index b4502e5d..619afee7 100644
--- a/.github/workflows/cloudberry-backup-ci.yml
+++ b/.github/workflows/cloudberry-backup-ci.yml
@@ -38,9 +38,9 @@ name: cloudberry-backup-ci
 
 on:
   push:
-    branches: [ main ]
+    branches: [ main, REL_2_STABLE ]
   pull_request:
-    branches: [ main ]
+    branches: [ main, REL_2_STABLE ]
     types: [ opened, synchronize, reopened, edited, ready_for_review ]
   workflow_dispatch:
 
@@ -53,7 +53,7 @@ permissions:
 
 env:
   CLOUDBERRY_REPO: apache/cloudberry
-  CLOUDBERRY_REF: main
+  CLOUDBERRY_REF: REL_2_STABLE
   CLOUDBERRY_DIR: cloudberry
   CLOUDBERRY_BACKUP_DIR: cloudberry-backup
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to