We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7338d commit 63ff87eCopy full SHA for 63ff87e
.tekton/yaka-push.yaml
@@ -6,8 +6,8 @@ metadata:
6
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8
pipelinesascode.tekton.dev/max-keep-runs: "3"
9
- pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10
- in ["main", "refs/tags/*"]
+ pipelinesascode.tekton.dev/on-event: "[push]"
+ pipelinesascode.tekton.dev/on-target-branch: "[main, refs/tags/*]"
11
creationTimestamp: null
12
labels:
13
appstudio.openshift.io/application: playground
0 commit comments