This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch wicket-10.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-10.x by this push:
new ed102d4ab2 Update the Github Actions CI to test PRs against
wicket-10.x (#1438)
ed102d4ab2 is described below
commit ed102d4ab25c06fd5ce7e497525cad076dca47a3
Author: Martin Grigorov <[email protected]>
AuthorDate: Thu Apr 30 11:01:27 2026 +0300
Update the Github Actions CI to test PRs against wicket-10.x (#1438)
---
.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