From c01583d7a34b803c5f68e28d7be589c5c72655f4 Mon Sep 17 00:00:00 2001 From: Steve Yurong Su Date: Sun, 26 Jan 2025 10:09:42 +0800 Subject: [PATCH] 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 4940c926ab91..7aa501d0eb7f 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/**'