From 65d6677eb75db7bdb37e7876312be67983c96968 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 9 May 2019 16:15:03 +0200 Subject: [PATCH] don't try to push binaries for branches --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index af5422608..05d4bcde0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,5 +115,7 @@ workflows: - build_openbsd - build_solaris filters: + branches: + ignore: /.*/ tags: only: nightly