From 6d8465c0ca772abeb125940deba87b1e40be1adf Mon Sep 17 00:00:00 2001 From: Andreas Falk Date: Thu, 16 May 2024 11:03:04 +0200 Subject: [PATCH] Add sonarqube.yml --- .github/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index e31b6da..c925279 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -2,7 +2,7 @@ name: Build-Sonarqube on: push: branches: - - main # the name of your main branch + - main # the name of your main/master branch pull_request: types: [opened, synchronize, reopened] jobs: