From 918fa62f84e066896619d82032627415e48057c7 Mon Sep 17 00:00:00 2001 From: Namu Date: Sat, 13 Sep 2025 19:51:21 +0200 Subject: [PATCH] corrects the name of the branch --- .gitea/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sonar.yml b/.gitea/workflows/sonar.yml index 78da169..cece4c3 100644 --- a/.gitea/workflows/sonar.yml +++ b/.gitea/workflows/sonar.yml @@ -1,7 +1,7 @@ on: push: branches: - - main + - master pull_request: types: [opened, synchronize, reopened] name: SonarQube Scan