From 93677921af3e6704f905b401aa04ee07cb720165 Mon Sep 17 00:00:00 2001 From: as2024ad <183369419+as2024ad@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:31:02 +0000 Subject: [PATCH] Workflow trigger --- .github/workflows/sonarqube.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 9e4344f9..5d5df729 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -1,9 +1,10 @@ name: Static code analysis on: - pull_request: - branches: - - main - - next + workflow_dispatch: + # pull_request: + # branches: + # - main + # - next jobs: code-analysis: name: Static code analysis