We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v
1 parent 0c7a579 commit 85293aeCopy full SHA for 85293ae
.tekton/rosa-push.yaml
@@ -7,7 +7,7 @@ metadata:
7
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8
pipelinesascode.tekton.dev/cancel-in-progress: "false"
9
pipelinesascode.tekton.dev/max-keep-runs: "3"
10
- pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch.startsWith("refs/tags/release_")
+ pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch.startsWith("refs/tags/v")
11
creationTimestamp: null
12
labels:
13
appstudio.openshift.io/application: rh-rosa-cli
0 commit comments