From 4a3b5547b11306317f7964996c79188efe2cc87d Mon Sep 17 00:00:00 2001 From: as2024ad <183369419+as2024ad@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:40:55 +0000 Subject: [PATCH 1/2] Initial --- .github/workflows/sonarqube.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 85308f82..f0f2a676 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -1,9 +1,11 @@ name: Static code analysis + on: + workflow_dispatch: pull_request: - branches: - - main - - next + types: [opened, synchronize, reopened] + branches: ["next", "main", "release/**", "feature/**", "fix/**"] + jobs: code-analysis: name: Static code analysis From ef3d17c507c5bb387d7633174ed5c73668bff533 Mon Sep 17 00:00:00 2001 From: as2024ad <183369419+as2024ad@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:57:23 +0000 Subject: [PATCH 2/2] - --- .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 f0f2a676..af518708 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: pull_request: types: [opened, synchronize, reopened] - branches: ["next", "main", "release/**", "feature/**", "fix/**"] + # branches: ["next", "main", "release/**", "feature/**", "fix/**"] jobs: code-analysis: