This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.25.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.25.x by this push:
new 4e41195357 fix: run CI check on `2.25.x` branch
4e41195357 is described below
commit 4e41195357547cc8deef30525250940068a1f587
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Mar 24 18:57:25 2026 +0100
fix: run CI check on `2.25.x` branch
---
.github/workflows/build.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e76d34669d..271d757dda 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -21,6 +21,7 @@ on:
push:
branches:
- "2.x"
+ - "2.25.x"
- "release/2*"
pull_request: