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())