Skip to content

Commit

Permalink
Prepare 1.21.1 branch for more releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Nov 1, 2024
1 parent 23f692c commit c17ee55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Release

on:
push:
branches: [ "main" ]
branches: [ "1.21.1" ]

permissions:
contents: read
Expand All @@ -25,4 +25,3 @@ jobs:
GPG_SUBKEY: ${{ secrets.GPG_SUBKEY }}
GPG_SUBKEY_ID: ${{ secrets.GPG_SUBKEY_ID }}
GPG_SUBKEY_PASSWORD: ${{ secrets.GPG_SUBKEY_PASSWORD }}

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ changelog {
gradleutils.version {
branches {
suffixBranch()
suffixExemptedBranches = [ "main", "1.21.1" ]
}
}

Expand Down

0 comments on commit c17ee55

Please sign in to comment.