git gitHub actions release workflow file updated

This commit is contained in:
Hitesh Borase
2026-01-21 12:21:18 +05:30
parent 565d20d9e3
commit f295596ffc
+1 -1
View File
@@ -20,7 +20,7 @@ on:
workflow_dispatch:
push:
tags:
- 'v*.*.*' # Triggers on version tags like v1.0.0, v1.0.1, etc.
- 'v1.0.0' # Triggers on version tags like v1.0.0, v1.0.1, etc.
jobs:
test: