From 0f8f4b47c10fce6a7ac59c6a8475675f6b6bcf45 Mon Sep 17 00:00:00 2001 From: Sergey Rymsha Date: Wed, 6 May 2026 16:50:00 +0000 Subject: [PATCH] Add release-branch CI config for 2.x Tell build-and-publish to treat both master and 2.x as release branches, so pushes to this maintenance branch are recognised as release-branch 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 daa6ebd..f2cef6b 100644 --- a/.github/workflows/enonic-gradle.yml +++ b/.github/workflows/enonic-gradle.yml @@ -13,6 +13,9 @@ jobs: with: repoUser: ci repoPassword: ${{ secrets.ARTIFACTORY_PASSWORD }} + releaseBranch: | + master + 2.x release: runs-on: ubuntu-latest