From 6a74e27ec7c1f2c34f1564801be3c4d727d4acce Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Wed, 1 Nov 2023 18:14:21 +0100 Subject: [PATCH] chore: build always on push Signed-off-by: Ruben Romero Montes --- .tekton/exhort-push.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.tekton/exhort-push.yaml b/.tekton/exhort-push.yaml index 9e3f20aa..1f836f9b 100644 --- a/.tekton/exhort-push.yaml +++ b/.tekton/exhort-push.yaml @@ -6,9 +6,8 @@ metadata: build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "main" && ( "ui/*".pathChanged() || "src/*".pathChanged() || "api-spec/*".pathChanged() - || "pom.xml".pathChanged() ) + pipelinesascode.tekton.dev/on-event: '[push]' + pipelinesascode.tekton.dev/on-target-branch: '[main]' creationTimestamp: null labels: appstudio.openshift.io/application: exhort