File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : ' true'
1010 pipelinesascode.tekton.dev/max-keep-runs : ' 3'
11- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "master"
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && ( target_branch == "master" || target_branch == "hotfix")
1212 creationTimestamp :
1313 labels :
1414 appstudio.openshift.io/application : insights-patch
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
88 pipelinesascode.tekton.dev/cancel-in-progress : ' false'
99 pipelinesascode.tekton.dev/max-keep-runs : ' 3'
10- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "master"
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && ( target_branch == "master" || target_branch == "hotfix")
1111 creationTimestamp :
1212 labels :
1313 appstudio.openshift.io/application : insights-patch
You can’t perform that action at this time.
0 commit comments