From ab644880132f5b4ff84e4359225bee0930e2d2fe Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Wed, 12 Feb 2025 18:26:38 +0100 Subject: [PATCH] Introduce rpmbuild tekton pipeline Resolves: RHEL-79677 --- .tekton/rhel-10-libecpg-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/rhel-10-libecpg-push.yaml b/.tekton/rhel-10-libecpg-push.yaml index c167f6b..6cff0f5 100644 --- a/.tekton/rhel-10-libecpg-push.yaml +++ b/.tekton/rhel-10-libecpg-push.yaml @@ -7,7 +7,7 @@ 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" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "{{ target_branch }}" creationTimestamp: null labels: appstudio.openshift.io/application: rhel-10-workload-db-postgresql-libs