Skip to content

Commit 85293ae

Browse files
committed
OCM-15770 | ci: Change on-push pipeline to trigger with tags that start with v
1 parent 0c7a579 commit 85293ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/rosa-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch.startsWith("refs/tags/release_")
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch.startsWith("refs/tags/v")
1111
creationTimestamp: null
1212
labels:
1313
appstudio.openshift.io/application: rh-rosa-cli

0 commit comments

Comments
 (0)