From 6576bf011a0596c1524591ea2ea953c879d264ad 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`** --- .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 92496aac..74ed09a8 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - '*.x' jobs: build-snapshot: