File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ metadata:
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : |
1111 event == "pull_request"
12- && target_branch == "main "
12+ && target_branch == "release-1.4 "
1313 && files.all.exists(x, !x.matches('^(?:docs|.github|.vscode|.ci)/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE.txt|.golangci.yaml|.goreleaser.yaml|.snyk|.dockerignore|yamllint.yaml)$'))
1414 creationTimestamp : null
1515 labels :
16- appstudio.openshift.io/application : rhtap-cli
17- appstudio.openshift.io/component : rhtap-cli
16+ appstudio.openshift.io/application : rhtap-cli-release-1-4
17+ appstudio.openshift.io/component : rhtap-cli-release-1-4
1818 pipelines.appstudio.openshift.io/type : build
1919 name : rhtap-cli-on-pull-request
2020 namespace : rhtap-shared-team-tenant
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ metadata:
88 pipelinesascode.tekton.dev/max-keep-runs : " 3"
99 pipelinesascode.tekton.dev/on-cel-expression : |
1010 event == "push"
11- && target_branch == "main "
11+ && target_branch == "release-1.4 "
1212 && files.all.exists(x, !x.matches('^(?:docs|.github|.vscode|.ci)/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE.txt|.golangci.yaml|.goreleaser.yaml|.snyk|.dockerignore|yamllint.yaml)$'))
1313 creationTimestamp : null
1414 labels :
15- appstudio.openshift.io/application : rhtap-cli
16- appstudio.openshift.io/component : rhtap-cli
15+ appstudio.openshift.io/application : rhtap-cli-release-1-4
16+ appstudio.openshift.io/component : rhtap-cli-release-1-4
1717 pipelines.appstudio.openshift.io/type : build
1818 name : rhtap-cli-on-push
1919 namespace : rhtap-shared-team-tenant
You can’t perform that action at this time.
0 commit comments