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

martin-g pushed a commit to branch enable-ci-for-wicket-10
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 61fec700e3dfea4dedde4750b1609cbc71bb8a80
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Apr 30 10:48:03 2026 +0300

    Update the Github Actions CI to test PRs against wicket-10.x
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0f59ec1b4a..f57227ab5c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -2,9 +2,9 @@ name: Java CI
 
 on:
   push:
-    branches: [ master ]
+    branches: [ wicket-10.x ]
   pull_request:
-    branches: [ master ]
+    branches: [ wicket-10.x ]
 
 env:
   MAVEN_VERSION: 3.9.9
@@ -49,5 +49,5 @@ jobs:
 
     - name: Build with Maven
       run: |
-        java -version 
+        java -version
         ./apache-maven-${MAVEN_VERSION}/bin/mvn --show-version clean verify 
-Pjs-test

Reply via email to