diff --git a/.tekton/koku-frontend-push.yaml b/.tekton/koku-frontend-push.yaml index 6637fb11f..300ea7632 100644 --- a/.tekton/koku-frontend-push.yaml +++ b/.tekton/koku-frontend-push.yaml @@ -7,7 +7,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: >- - event == "pull_request" + event == "push" && ( target_branch == "main" || target_branch == "prod-stable"