From d5feb027019be6031f778821ebdf4f5c2bc68b96 Mon Sep 17 00:00:00 2001 From: Quentin Ruhier Date: Fri, 18 Oct 2024 17:11:07 +0200 Subject: [PATCH] ci --- .github/workflows/sonar.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index bfcbb35e..5fcec0d2 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -1,8 +1,7 @@ name: Sonar on: push: - branches: - - '*' + branches: ["main", "2.*", "test/sonar-coverage"] pull_request: types: [opened, synchronize, reopened]