Skip to content

Commit 699d169

Browse files
authored
fix: revise previous commit and #1400
1 parent 785f4ed commit 699d169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,8 @@ workflows:
851851
- bold
852852
filters:
853853
branches:
854-
ignore: /.*/
854+
only:
855+
- master
855856
tags:
856857
only: /.*/
857858

@@ -862,7 +863,6 @@ workflows:
862863
- deploy_docker
863864
filters:
864865
branches:
865-
only:
866-
- master
866+
ignore: /.*/
867867
tags:
868868
only: /.*/

0 commit comments

Comments
 (0)