🐛 fix: correct glob pattern for semver tag trigger in CI

This commit is contained in:
2026-07-29 19:24:53 +07:00
parent 3107a452e6
commit 5ff2453f15
+1 -1
View File
@@ -3,7 +3,7 @@ name: CI
on:
push:
branches: ["**"]
tags: ["[0-9]+.[0-9]+.[0-9]+"]
tags: ["[0-9]*.[0-9]*.[0-9]*"]
pull_request:
permissions: