(chore): limit tags

This commit is contained in:
vorotamoroz
2026-06-15 12:21:58 +01:00
parent bed415fc6b
commit c9095738e6
+1
View File
@@ -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: