From c0f0d41b196a2d5ac752b5462301e5c35bf4ebe4 Mon Sep 17 00:00:00 2001 From: Bajczi Levente Date: Mon, 26 Feb 2024 16:45:48 +0100 Subject: [PATCH] Update sonar.yml --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index f5fe11c2af..dee829ff69 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -2,7 +2,7 @@ name: Sonar analysis on: push: pull_request_target: - types: [opened, synchronize, reopened] + types: [opened, synchronize, reopened, labeled] permissions: read-all