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

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

commit 57247a123ee67e4aee8f4dd897fe75ef8d3d5c41
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Jan 29 12:44:05 2022 -0500

    Only do sonarcloud on master and next_stable for now
---
 .github/workflows/sonarcloud.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 2c88aa9..bc8d0b8 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -18,8 +18,9 @@ on:
   push:
     branches:
       - master
-  pull_request:
-    types: [opened, synchronize, reopened]
+      - next_stable
+#  pull_request:
+#    types: [opened, synchronize, reopened]
 
 jobs:
   build:

Reply via email to