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: