-
Task
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
None
-
None
-
None
-
None
-
None
Currently if any changes are made to any files in cmd/ konflux will not be triggered.
We need to update to "main.go".pathChanged() to be "cmd/***".pathChanged()
pipelinesascode.tekton.dev/on-cel-expression: | event == "pull_request" && target_branch == "main" && (".tekton/***".pathChanged() || "apis/***".pathChanged() || "controllers/***".pathChanged() || "pkg/***".pathChanged() || "test/***".pathChanged() || "konflux.Dockerfile".pathChanged() || "go.mod".pathChanged() || "main.go".pathChanged() || "go.sum".pathChanged() || "trigger-konflux-builds.txt".pathChanged() )