fix: enable tag trigger in ci-cd workflow

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

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: