From 8cc696890879c70035bcd87d48b23cae9c43c996 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Mon, 7 Oct 2024 16:31:46 -0400 Subject: [PATCH] fix Signed-off-by: Mohamed Mahmoud --- .tekton/bpfman-operator-catalog-ocp4-18-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/bpfman-operator-catalog-ocp4-18-push.yaml b/.tekton/bpfman-operator-catalog-ocp4-18-push.yaml index a417e7e28..36b20bfe9 100644 --- a/.tekton/bpfman-operator-catalog-ocp4-18-push.yaml +++ b/.tekton/bpfman-operator-catalog-ocp4-18-push.yaml @@ -8,7 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( ".tekton/bpfman-operator-catalog-ocp4-18-pull-request.yaml".pathChanged() || - ".tekton/bpfman-operator-catalog-ocp-4-18-push.yaml".pathChanged() || + ".tekton/bpfman-operator-catalog-ocp4-18-push.yaml".pathChanged() || "Containerfile.catalog.openshift-4.18".pathChanged() || "catalog/***".pathChanged() || "hack/update_catalog.sh".pathChanged())