Skip to content

Commit 2bc4449

Browse files
committed
The maven-3.9.x branch should fallback to maven-3.9.x branch of ITs
1 parent 6e532cd commit 2bc4449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
set +e
7676
repo=maven-integration-testing
77-
target_branch=master
77+
target_branch=maven-3.9.x
7878
target_user=apache
7979
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
8080
user=${PR_HEAD_LABEL%:*}

0 commit comments

Comments
 (0)