Skip to content

Commit e405d33

Browse files
committed
update path to main for konflux
(cherry picked from commit 2577e42)
1 parent d401fff commit e405d33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/multiarch-tuning-operator-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: |
11-
event == "pull_request" && target_branch == "v1.x" && (".tekton/***".pathChanged() || "api/***".pathChanged() || "internal/controller/***".pathChanged() || "pkg/***".pathChanged() || "test/***".pathChanged() || "konflux.Dockerfile".pathChanged() || "go.mod".pathChanged() || "main.go".pathChanged() || "go.sum".pathChanged() || "trigger-konflux-builds.txt".pathChanged() )
11+
event == "pull_request" && target_branch == "v1.x" && (".tekton/***".pathChanged() || "api/***".pathChanged() || "internal/controller/***".pathChanged() || "pkg/***".pathChanged() || "test/***".pathChanged() || "konflux.Dockerfile".pathChanged() || "go.mod".pathChanged() || "cmd/***".pathChanged() || "go.sum".pathChanged() || "trigger-konflux-builds.txt".pathChanged() )
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: multiarch-tuning-operator-v1-x

.tekton/multiarch-tuning-operator-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1010
== "v1.x" && (".tekton/***".pathChanged() || "api/***".pathChanged() || "internal/controller/***".pathChanged()
1111
|| "pkg/***".pathChanged() || "test/***".pathChanged() || "konflux.Dockerfile".pathChanged()
12-
|| "go.mod".pathChanged() || "main.go".pathChanged() || "go.sum".pathChanged()
12+
|| "go.mod".pathChanged() || "cmd/***".pathChanged() || "go.sum".pathChanged()
1313
|| "trigger-konflux-builds.txt".pathChanged() )
1414
creationTimestamp: null
1515
labels:

0 commit comments

Comments
 (0)