From 013f0c7563f164d75130b4ed83a1bacef57071b1 Mon Sep 17 00:00:00 2001 From: Ben Moore Date: Mon, 30 Mar 2020 15:23:48 -0500 Subject: [PATCH] ci: fix branches typo --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cdd89bc..8635243 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,20 +119,20 @@ workflows: jobs: - checkout: filters: - branchs: + branches: only: master - checks: requires: - checkout filters: - branchs: + branches: only: master - deploy_svn_branch: requires: - checkout - checks filters: - branchs: + branches: only: master tag_deploy: