Skip to content

Commit

Permalink
Update release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 16, 2024
1 parent fd6d361 commit f9d52d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Release
on:
push:
branches:
- master
- main
paths-ignore:
- '.github/**'
- README.md
Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,10 @@ processResources {
}
}

release {
git {
requireBranch = 'main'
}
}

build.dependsOn jacocoTestReport

0 comments on commit f9d52d2

Please sign in to comment.