fix: enable tag trigger in ci-cd workflow
This commit is contained in:
parent
2373f6c057
commit
e4a5d05e63
1 changed files with 3 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue