Skip to content

Commit 4b2f437

Browse files
committed
Merge branch '3.3.x' into 3.3.x-enable-identity-override
2 parents 4ac3442 + 10c3620 commit 4b2f437

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Java CI with Gradle
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 3.3.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 3.3.x ]
88
workflow_dispatch:
99

1010
env:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ rootProject.apply {
307307
release {
308308
newVersionCommitMessage.set("[Gradle Release Plugin] - [skip ci] new version commit: ")
309309
git {
310-
requireBranch.set("master")
310+
requireBranch.set("3.3.x")
311311
}
312312
}
313313

0 commit comments

Comments
 (0)