Skip to content

Commit 74a5c5a

Browse files
committed
Fix yml indentation
1 parent 24bb87d commit 74a5c5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ workflows:
9090
- github-release:
9191
requires:
9292
- build
93-
filters:
94-
branches:
95-
ignore: /.*/
96-
tags:
97-
only: /^\d+\.\d+\.\d+$/
93+
filters:
94+
branches:
95+
ignore: /.*/
96+
tags:
97+
only: /^\d+\.\d+\.\d+$/
9898
- docker-publish:
9999
requires:
100100
- build

0 commit comments

Comments
 (0)