Only run Docker dry-run on Pull Requests

This commit is contained in:
2024-09-10 12:27:33 +02:00
parent acb5ab5f40
commit 31b4e21034

View File

@ -33,6 +33,9 @@ steps:
repo: git.wtf-eg.de/kompetenzinventar/frontend
target: ki-frontend
dry_run: true
when:
event:
- pull_request
---
kind: pipeline