From c9095738e694bed345feec1a8842446797a2e4f7 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 15 Jun 2026 12:21:58 +0100 Subject: [PATCH] (chore): limit tags --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 408b6dd..c0109db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: # Sequence of patterns matched against refs/tags tags: - '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10 + - '!*-cli' # Exclude command-line interface tags workflow_dispatch: jobs: