Skip to content

Commit 0437463

Browse files
zakisksavitaashture
authored andcommitted
chore: Make go-testing PipelineRun targeted by all branches
this commits changes value of on-target-branch annotation in go-testing PipelineRun to make it be triggered when any branch is targeted in the PaC repo. Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 522240f commit 0437463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
pipelinesascode.tekton.dev/max-keep-runs: "2"
88
pipelinesascode.tekton.dev/cancel-in-progress: "true"
99
pipelinesascode.tekton.dev/on-event: "pull_request"
10-
pipelinesascode.tekton.dev/on-target-branch: "main"
10+
pipelinesascode.tekton.dev/on-target-branch: "[*]"
1111
pipelinesascode.tekton.dev/on-path-change: "[***/*.go]"
1212
spec:
1313
params:

0 commit comments

Comments
 (0)