From 769b29841582fb1d505dc8f1d22ca21b3585c196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Thu, 25 Jan 2018 08:57:19 +0100 Subject: [PATCH] Push translations only on develop and master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Óscar García Amor --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2daf3ad..f699d294 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,4 +66,9 @@ workflows: - push_translations: requires: - build + filters: + branches: + only: + - develop + - master