diff --git a/.drone.yml b/.drone.yml index 99db626..6c6fb10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: from_secret: SECRET_SONAR_LOGIN - project_key: "SAE-2.01 MCTG" + project_key: "SAE-2.01_MCTG" coverage_exclusions: "Tests/**" commands: - cd MCTG/ @@ -67,6 +67,7 @@ steps: when: branch: - master + - gestion/* event: - push - pull_request