From 5187965d8695a97d5b9a689a44b7981b3a4be2e1 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 7 Dec 2023 13:21:18 -0500 Subject: [PATCH] Enable SNAPSHOT build for `3.0.x` --- .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 92496aacfe..2803d4619d 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - 3.0.x jobs: build-snapshot: