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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 63f75700ed Adding 3.6.x-fixes to CodeQL analysis (#958)
63f75700ed is described below

commit 63f75700edf69e66707e4824515aa0fa135404a4
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Jun 17 11:27:07 2022 -0400

    Adding 3.6.x-fixes to CodeQL analysis (#958)
---
 .github/workflows/codeql-analysis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index d8a886582b..0352d30c06 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,10 +7,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [master]
+    branches: ['master', '3.6.x-fixes']
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [master]
+    branches: ['master', '3.6.x-fixes']
   #schedule:
     #- cron: '0 18 * * 5'
 

Reply via email to