From f5c1261553440fa3029a723f048aa158475566ab Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 8 Jul 2017 11:26:46 +0200 Subject: [PATCH] Only upload CI binaries to Slack for our branches --- circle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f5783be..a622420 100644 --- a/circle.yml +++ b/circle.yml @@ -5,12 +5,14 @@ machine: compile: override: - npm run pack + post: + - cp packed/* $CIRCLE_ARTIFACTS deployment: default: branch: /.*/ + owner: zeit commands: - - cp packed/* $CIRCLE_ARTIFACTS - node ./scripts/slack.js release: tag: /.*/