You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/17 13:49:45 UTC

[commons-pool] branch POOL_2_X updated: Build master and POOL_2_X

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

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new d69da2cb Build master and POOL_2_X
d69da2cb is described below

commit d69da2cbeede41e9c62d839c259d4fe6f8c03b09
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 17 09:49:40 2023 -0400

    Build master and POOL_2_X
---
 .github/workflows/codeql-analysis.yml     | 4 ++--
 .github/workflows/maven.yml               | 8 ++++++--
 .github/workflows/scorecards-analysis.yml | 2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4605ce10..ab524361 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -17,10 +17,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, POOL_2_X ]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [ master ]
+    branches: [ master, POOL_2_X ]
   schedule:
     - cron: '33 9 * * 4'
 
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d74eae20..6dd57564 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,8 +15,12 @@
 
 name: Java CI
 
-on: [push, pull_request]
-
+on:
+  push:
+    branches: [ master, POOL_2_X ]
+  pull_request:
+    branches: [ master, POOL_2_X ]
+      
 permissions:
   contents: read
 
diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
index eba354fe..dda2d146 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -20,7 +20,7 @@ on:
   schedule:
     - cron: "30 1 * * 6"    # Weekly on Saturdays
   push:
-    branches: [ "master" ]
+    branches: [ "master", "POOL_2_X" ]
 
 permissions: read-all