Skip to content

Commit 9095fc9

Browse files
committed
[build] update circleci
1 parent 9517c19 commit 9095fc9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,16 @@ workflows:
6262
version: 2
6363
main:
6464
jobs:
65-
- frontend
65+
- frontend:
66+
filters:
67+
tags:
68+
only: /.*/
6669
- backend:
6770
requires:
6871
- frontend
72+
filters:
73+
tags:
74+
only: /.*/
6975
- publish-github-release:
7076
requires:
7177
- backend

0 commit comments

Comments
 (0)