From 0c96d8f44183a1e70d2390315304f3cbfed58790 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Tue, 22 Oct 2024 14:59:04 +0200 Subject: [PATCH] fix --- .github/workflows/sonar-scan.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sonar-scan.yaml b/.github/workflows/sonar-scan.yaml index d5bf6c2b..f2c58a2d 100644 --- a/.github/workflows/sonar-scan.yaml +++ b/.github/workflows/sonar-scan.yaml @@ -23,6 +23,9 @@ on: push: branches: - main + pull_request_target: + branches: + - main schedule: - cron: "0 0 * * *"