Skip to content

Commit 2f9e1a8

Browse files
Enable konflux push build on main (#1134)
1 parent 569219d commit 2f9e1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/network-observability-console-plugin-ystream-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
# switch comment in/out at branch cut / release
11-
# pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
12-
pipelinesascode.tekton.dev/on-cel-expression: "false"
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
12+
# pipelinesascode.tekton.dev/on-cel-expression: "false"
1313
creationTimestamp: null
1414
labels:
1515
appstudio.openshift.io/application: netobserv-ystream

0 commit comments

Comments
 (0)