Skip to content

Commit

Permalink
update branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 8, 2024
1 parent 3849391 commit 1823c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "new_pipeline"
== "master"
creationTimestamp: null
labels:
appstudio.openshift.io/application: clowder
Expand Down
2 changes: 1 addition & 1 deletion .tekton/clowder-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "new_pipeline"
== "master"
creationTimestamp: null
labels:
appstudio.openshift.io/application: clowder
Expand Down

0 comments on commit 1823c27

Please sign in to comment.