diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index e25b4c1..05404aa 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -8,7 +8,8 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "10" pipelinesascode.tekton.dev/on-cel-expression: |- ( - event == "push" && ( + event == "push" && + !last_commit_title.contains("ci skip") && ( source_branch.matches("^(main|master|release-.*)$") || target_branch.matches("^(main|master|release-.*)$") )