diff --git a/.tekton/fact-build.yaml b/.tekton/fact-build.yaml index 18d0c80..80e6187 100644 --- a/.tekton/fact-build.yaml +++ b/.tekton/fact-build.yaml @@ -8,6 +8,7 @@ metadata: build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "500" + pipelinesascode.tekton.dev/on-comment: "/konflux-retest fact-on-push" pipelinesascode.tekton.dev/on-cel-expression: | (event == "pull_request" && body.action != "ready_for_review") || ( event == "push" && target_branch.matches("^(main|release-.*|refs/tags/.*)$")