You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/01/25 00:39:46 UTC

[logging-log4cxx] branch sonarcloud-build updated: do sonarcloud on pull request

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

rmiddleton pushed a commit to branch sonarcloud-build
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/sonarcloud-build by this push:
     new 1d2d5ec  do sonarcloud on pull request
1d2d5ec is described below

commit 1d2d5ec7f8577fda5e0d445d8c8aae15f7f2efad
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Mon Jan 24 19:39:39 2022 -0500

    do sonarcloud on pull request
---
 .github/workflows/sonarcloud.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index d35dea3..4f00899 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -18,6 +18,8 @@ on:
   push:
     branches:
       - master
+  pull_request:
+    types: [opened, synchronize, reopened]
 
 jobs:
   build: