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

coheigea pushed a commit to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/3_0_x-fixes by this push:
     new 94908be64 Adding older branches to build
94908be64 is described below

commit 94908be64c321b9078992f5276b62ab94d6a9c6b
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Tue Oct 24 04:10:20 2023 +0100

    Adding older branches to build
---
 .github/workflows/pull-request-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pull-request-build.yaml 
b/.github/workflows/pull-request-build.yaml
index cf2fcfead..147d1524a 100644
--- a/.github/workflows/pull-request-build.yaml
+++ b/.github/workflows/pull-request-build.yaml
@@ -2,7 +2,7 @@ name: "Build and Test"
 
 on:
   pull_request:
-    branches: ['master']
+    branches: ['master', '3_0_x-fixes', '2_4_x-fixes', '2_3_x-fixes']
 
 permissions:
   contents: read

Reply via email to