fix: ci-cd push on tags
All checks were successful
Build / build (push) Successful in 2m40s
Build & Deploy on Dev / build (push) Successful in 2m46s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-05 13:45:21 +07:00
parent 7cc71be8f2
commit 95c8917d18
2 changed files with 8 additions and 5 deletions

View file

@ -3,9 +3,9 @@ name: Build
on: on:
push: push:
tags: # tags:
- "v[0-9]+.[0-9]+.[0-9]+" # - "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+*" # - "v[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch: workflow_dispatch:
env: env:

View file

@ -3,8 +3,11 @@ name: Build & Deploy on Dev
on: on:
push: push:
branches: # branches:
- dev # - dev
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch: workflow_dispatch:
env: env: