Skip to content

Commit 70dae05

Browse files
committed
fix config
1 parent e49f3ab commit 70dae05

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,12 @@ workflows:
176176
- workflow_test
177177
- api_test
178178
context: dev
179-
build-deploy-flow:
180-
jobs:
181-
- build:
182-
filters:
183-
tags:
184-
only: /.*/
185179
- deploy_prod:
186180
requires:
187181
- build
188182
filters:
189183
tags:
190-
only: /aa-.*/
184+
only: /release-.*/
191185
branches:
192186
ignore: /.*/
193187
context: prod

0 commit comments

Comments
 (0)