From 71d12627c8ee700ab0519878f52be8a2d7224ee5 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 27 Feb 2018 18:59:37 -0700 Subject: [PATCH] ammended format --- circle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 6609c7044..ec48c3014 100644 --- a/circle.yml +++ b/circle.yml @@ -145,11 +145,11 @@ workflows: - test_integration_edge deploy-tagged: triggers: - - filters: - branches: - ignore: /.*/ - tags: - only: /v[0-9]+(\.[0-9]+)*/ + filters: + branches: + ignore: /.*/ + tags: + only: /v[0-9]+(\.[0-9]+)*/ jobs: - npm_dependencies - lint: