Skip to content

Commit

Permalink
Correct pipeline expression for push pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Aug 28, 2024
1 parent ed9f434 commit 1af3af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/koku-frontend-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 == "pull_request"
event == "push"
&& (
target_branch == "main"
|| target_branch == "prod-stable"
Expand Down

0 comments on commit 1af3af2

Please sign in to comment.