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: on:
push: push:
branches: tags:
- dev - 'v[0-9]+.[0-9]+.[0-9]+'
# tags: - 'version-[0-9]+.[0-9]+.[0-9]+'
# - 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch: workflow_dispatch:
env: env: