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

rong pushed a commit to branch rc/2.0.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rc/2.0.1 by this push:
     new c01583d7a34 Pipe IT: Fix for release
c01583d7a34 is described below

commit c01583d7a34b803c5f68e28d7be589c5c72655f4
Author: Steve Yurong Su <[email protected]>
AuthorDate: Sun Jan 26 10:09:42 2025 +0800

    Pipe IT: Fix for release
---
 .github/workflows/pipe-it-2cluster.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pipe-it-2cluster.yml 
b/.github/workflows/pipe-it-2cluster.yml
index 4940c926ab9..7aa501d0eb7 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -4,8 +4,8 @@ on:
   push:
     branches:
       - master
-      - 'rel/1.*'
-      - 'rc/1.*'
+      - 'rel/*.*'
+      - 'rc/*.*'
       - 'force_ci/**'
     paths-ignore:
       - 'docs/**'
@@ -14,8 +14,8 @@ on:
   pull_request:
     branches:
       - master
-      - 'rel/1.*'
-      - 'rc/1.*'
+      - 'rel/*.*'
+      - 'rc/*.*'
       - 'force_ci/**'
     paths-ignore:
       - 'docs/**'

Reply via email to