From e7be0eae8ab2935ce136a1264aefd58eb733092f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 28 Oct 2023 17:38:42 +0200 Subject: [PATCH] Add workflow dispatch --- .github/workflows/sonarcloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 05090ba0f6..2b2842042c 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -1,6 +1,7 @@ name: 'Code - Run Sonarcloud' on: pull_request: + workflow_dispatch: push: branches: - main