We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b849c2 commit e3be218Copy full SHA for e3be218
.tekton/bootc-image-builder-push.yaml
@@ -7,8 +7,7 @@ metadata:
7
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
8
pipelinesascode.tekton.dev/max-keep-runs: "3"
9
pipelinesascode.tekton.dev/on-cel-expression:
10
- event == "push" && target_branch
11
- == "main"
+ event == "push" && target_branch == "main" && files.all.exists(x,!x.startsWith(".tekton/"))
12
creationTimestamp: null
13
labels:
14
appstudio.openshift.io/application: bootc-image-builder
0 commit comments