fix: enable tag trigger in ci-cd workflow
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m18s

This commit is contained in:
Warunee Tamkoo 2026-03-07 00:16:06 +07:00
parent 2373f6c057
commit b8d8951c17

View file

@ -3,10 +3,9 @@ name: Build & Deploy on Dev
on:
push:
branches:
- dev
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'version-[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
env: