add manual workflow run

This commit is contained in:
Vladislav Yaroslavlev 2026-02-17 18:17:14 +03:00
parent bdccb866fe
commit 3206ce50bb
No known key found for this signature in database
GPG Key ID: E74236290ADCDDCD
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push: push:
tags: tags:
- '[0-9]+.[0-9]+.[0-9]+' # Matches tags like 3.0.0, 3.1.2, etc. - '[0-9]+.[0-9]+.[0-9]+' # Matches tags like 3.0.0, 3.1.2, etc.
workflow_dispatch: # Manual trigger from GitHub Actions UI
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always