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/**'