From f09c12a67fa1e04c45e54decdf9489b6418da597 Mon Sep 17 00:00:00 2001 From: Chris Maltby Date: Mon, 29 Apr 2019 12:24:06 +0100 Subject: [PATCH] fixed typo in circleci config --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b74ca3223..560743474 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,28 +133,28 @@ workflows: filters: branches: only: - - devleop + - develop - "make:win32": requires: - checkout filters: branches: only: - - devleop + - develop - "make:win64": requires: - checkout filters: branches: only: - - devleop + - develop - "make:linux": requires: - checkout filters: branches: only: - - devleop + - develop - "upload_artifacts": requires: - "make:mac" @@ -164,4 +164,4 @@ workflows: filters: branches: only: - - devleop + - develop