You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2022/05/02 12:32:24 UTC

[fineract] branch develop updated: Sonar test

This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new b18593796 Sonar test
b18593796 is described below

commit b1859379625240fa6abd307426d2b86f0c50b266
Author: Arnold Galovics <ga...@gmail.com>
AuthorDate: Mon May 2 13:08:54 2022 +0200

    Sonar test
---
 .github/workflows/sonarqube.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index 23d896a12..e47d371d8 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -1,5 +1,8 @@
 name: Fineract Sonarqube
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - develop
 
 permissions:
   contents: read