Skip to content

Commit 7b23965

Browse files
committed
build: adapt for workflow with publish from git tag
1 parent 1cd92ee commit 7b23965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/frontend-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Frontend CI Workflow
33
on:
44
push:
55
branches:
6-
- main
76
- release
87
- develop
98
- feature/*
9+
tags:
10+
- '**'
1011
delete:
1112
branches:
1213
- release

0 commit comments

Comments
 (0)