From 145c468857d09dd74fd4db7e579b349bbf4b2a23 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 20 Nov 2023 16:12:26 +0100 Subject: [PATCH] #985 Added sonar scanning job --- .github/workflows/sonar.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 39abb140f..ff44b775f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -1,10 +1,6 @@ name: SonarCloud -on: - push: - branches: - - master - pull_request: - types: [opened, synchronize, reopened] +on: [push] + jobs: build: name: Build and analyze