From a50e8c050be442df7d207389d02c619abf695fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Tue, 25 Mar 2025 18:26:00 +0100 Subject: [PATCH] update pull requests pipe --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2808b57..c762d85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,6 +36,9 @@ steps: # run code analysis - name: code-analysis + when: + event: + - push image: maven:3-eclipse-temurin-21 commands: - mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.token=$SONAR_LOGIN_KEY -B -V