From 2d1aba33be2e7aab6f26a6494bfb445919f24769 Mon Sep 17 00:00:00 2001 From: assadriaz Date: Wed, 28 Jan 2026 15:56:30 +0100 Subject: [PATCH] Add v2.0.15 branch to deploy workflow --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fda53c7..3402109 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - v2.0.15 pull_request: branches: - master @@ -77,4 +78,4 @@ jobs: skip_version_update: true java_version: 11 java_distribution: liberica - secrets: inherit \ No newline at end of file + secrets: inherit