From 5028dccca7f5ba1fa7693f3446ce3859c2769ab1 Mon Sep 17 00:00:00 2001 From: idp-bot Date: Thu, 12 Feb 2026 09:19:54 +0000 Subject: [PATCH] auto update doc build config for doc pipeline --- .tekton/doc-build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index 0b8cd03..6c4d277 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -10,8 +10,7 @@ metadata: ( event == "push" && ( source_branch.matches("^(main|master|release-.*)$") || - target_branch.matches("^(main|master|release-.*)$") || - target_branch.startsWith("refs/tags/") + target_branch.matches("^(main|master|release-.*)$") ) ) spec: