From 9e87a0ca8bac4a6730f2cfa8ca3b71c9e5cc1698 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 7 Dec 2023 13:55:38 -0500 Subject: [PATCH] Use pattern for maintenance branches **Cherry-pick to `3.0.x`** (cherry picked from commit 6576bf011a0596c1524591ea2ea953c879d264ad) --- .github/workflows/ci-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 2803d461..74ed09a8 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -5,7 +5,7 @@ on: push: branches: - main - - 3.0.x + - '*.x' jobs: build-snapshot: