Skip to content

Commit e982c8e

Browse files
committed
fix
1 parent 3e40d18 commit e982c8e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151

152152
workflows:
153153
version: 2
154-
build-deploy-flow:
154+
build-flow:
155155
jobs:
156156
- build
157157
- lint:
@@ -176,12 +176,18 @@ workflows:
176176
- workflow_test
177177
- api_test
178178
context: dev
179+
build-deploy-flow:
180+
jobs:
181+
- build:
182+
filters:
183+
tags:
184+
only: /.*/
179185
- deploy_prod:
180186
requires:
181187
- build
182188
filters:
183189
tags:
184-
only: /^.*/
190+
only: /.*/
185191
branches:
186192
ignore: /.*/
187193
context: prod

0 commit comments

Comments
 (0)