From c11726f1f2e79f517fc151209164867b8281e5d0 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 21 Nov 2023 15:18:09 -0500 Subject: [PATCH] Build snapshot for 6.1.x as well --- .github/workflows/ci-snapshot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 7b5dd9d9..6d803ab7 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - 6.1.x env: GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}