We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ac3442 + 10c3620 commit 4b2f437Copy full SHA for 4b2f437
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: Java CI with Gradle
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ 3.3.x ]
6
pull_request:
7
8
workflow_dispatch:
9
10
env:
build.gradle.kts
@@ -307,7 +307,7 @@ rootProject.apply {
307
release {
308
newVersionCommitMessage.set("[Gradle Release Plugin] - [skip ci] new version commit: ")
309
git {
310
- requireBranch.set("master")
+ requireBranch.set("3.3.x")
311
}
312
313
0 commit comments