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: