This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch 5.5.x in repository https://gitbox.apache.org/repos/asf/poi.git
commit 86e9f9a71c32b4fddedda95eef7bbbb6e98bf9c2 Author: PJ Fanning <[email protected]> AuthorDate: Mon Nov 17 14:53:33 2025 +0100 Update test-gradle.yml --- .github/workflows/test-gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-gradle.yml b/.github/workflows/test-gradle.yml index 3b9034053f..204e5db9e1 100644 --- a/.github/workflows/test-gradle.yml +++ b/.github/workflows/test-gradle.yml @@ -5,9 +5,9 @@ name: Java CI with Gradle on: push: - branches: [ trunk ] + branches: [ trunk, 5.5.x ] pull_request: - branches: [ trunk ] + branches: [ trunk, 5.5.x ] permissions: {} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
