From f52763663e8e268dc92145dd55b140236a0b5b96 Mon Sep 17 00:00:00 2001 From: Sergey Rymsha Date: Wed, 6 May 2026 16:40:21 +0000 Subject: [PATCH] Add release-branch CI config for 3.x Declare both master and 3.x as release branches in the build action. The build-and-publish action reads its workflow from the branch being built, so the same releaseBranch list has to live on 3.x for pushes here to be classified as release builds. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/enonic-gradle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/enonic-gradle.yml b/.github/workflows/enonic-gradle.yml index b83347c..55face3 100644 --- a/.github/workflows/enonic-gradle.yml +++ b/.github/workflows/enonic-gradle.yml @@ -13,6 +13,9 @@ jobs: with: repoUser: ${{ secrets.ARTIFACTORY_USERNAME }} repoPassword: ${{ secrets.ARTIFACTORY_PASSWORD }} + releaseBranch: | + master + 3.x release: runs-on: ubuntu-latest