From 1c3e4160e365374b0f35c01f8ebab1689237060a Mon Sep 17 00:00:00 2001 From: "Sven F." <9976560+sven1103@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:22:37 +0100 Subject: [PATCH] Ensure that sonar is executed on push to main (#987) --- .github/workflows/sonarcloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index cf251f7fe7..60f02e50c7 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -5,6 +5,7 @@ on: push: branches: - development + - main pull_request: branches: - development