added fix to resolve all PR review comments

This commit is contained in:
Hitesh Borase
2026-02-13 15:46:14 +05:30
parent 8736f4f364
commit 50a16435e6
5 changed files with 57 additions and 141 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ on:
workflow_dispatch:
push:
tags:
- 'v1.0.0' # Triggers on version tags like v1.0.0, v1.0.1, etc.
- 'v*.*.*' # Triggers on any version tag (v1.0.0, v1.0.1, v2.0.0, etc.) — no manual update per release
jobs:
test: