Skip to content

Commit aa84206

Browse files
committed
fixing app ci/cd pipeline on tags
1 parent 67544bb commit aa84206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- "app/**"
99
tags:
10-
- v.*.*.*
10+
- v*.*.*
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)