From 73f583cc4d247fa378bd0afd095569334fd7ea03 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 5 Nov 2017 20:45:27 -0800 Subject: [PATCH] Build dev images on every push to master branch. --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3b9ac1..4cf7973 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,3 +56,11 @@ workflows: jobs: - build: context: org-global + + push-dev: + jobs: + - build: + context: org-global + filters: + branches: + only: master