This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new a935b6d6ed OAK-12001: run CI on branch 1.22 as well (#2602)
a935b6d6ed is described below
commit a935b6d6eda392904c6882d41cec468b554e102c
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Oct 31 11:32:52 2025 +0100
OAK-12001: run CI on branch 1.22 as well (#2602)
---
.github/workflows/build.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 73c9fa5e57..0001628637 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,6 +20,7 @@ on:
push:
branches:
- trunk
+ - 1.22
pull_request:
types: [opened, synchronize, reopened]
jobs: