From 043eef84f420cda44f6953bb64e86fbd1b858fbd Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 12 Sep 2025 12:13:52 +0700 Subject: [PATCH] Add staging tags support --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef78e37002..6e22bbb810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: ['main'] tags: - 'v0.7.*' + - 's0.7.*' pull_request: branches: ['main']