Skip to content

Commit 63ff87e

Browse files
committed
ci: change the expression for triggering from tags
1 parent ea7338d commit 63ff87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/yaka-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10-
in ["main", "refs/tags/*"]
9+
pipelinesascode.tekton.dev/on-event: "[push]"
10+
pipelinesascode.tekton.dev/on-target-branch: "[main, refs/tags/*]"
1111
creationTimestamp: null
1212
labels:
1313
appstudio.openshift.io/application: playground

0 commit comments

Comments
 (0)