Skip to content

Commit 70bbc64

Browse files
Merge pull request #375 from xrajesh/xav/push
update on-push tekton file
2 parents 1cecd3c + d8ecb87 commit 70bbc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/lightspeed-rag-tool-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push" &&
1212
target_branch == "main" &&
13-
(".tekton/lightspeed-rag-tool-on-push.yaml".pathChanged() || "artifacts.lock.yaml".pathChanged() || "rpms.lock.yaml".pathChanged() || "requirements*".pathChanged() || "byok/***".pathChanged() || "embeddings_model/***".pathChanged())
13+
(".tekton/lightspeed-rag-tool-push.yaml".pathChanged() || "artifacts.lock.yaml".pathChanged() || "rpms.lock.yaml".pathChanged() || "requirements*".pathChanged() || "byok/***".pathChanged() || "embeddings_model/***".pathChanged())
1414
creationTimestamp: null
1515
labels:
1616
appstudio.openshift.io/application: rag-tool

0 commit comments

Comments
 (0)