Skip to content

Commit

Permalink
update konflux pipeline (#641)
Browse files Browse the repository at this point in the history
Signed-off-by: Chaitanya Kandagatla <[email protected]>
  • Loading branch information
ckandag authored Jul 17, 2024
1 parent a70a7b6 commit 0ff233b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .tekton/ocm-cli-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: |
event == "push" &&
(target_branch.startsWith("refs/tags/v") ||
(target_branch == "main" && event_title.startsWith("[KONFLUX_RELEASE]")))
(target_branch.startsWith("refs/tags/v") || target_branch.startsWith("konflux_release"))
creationTimestamp: null
labels:
appstudio.openshift.io/application: ocm-cli
Expand Down

0 comments on commit 0ff233b

Please sign in to comment.