Browse Source

Only upload CI binaries to Slack for our branches

master
Leo Lamprecht 8 years ago
parent
commit
f5c1261553
  1. 4
      circle.yml

4
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: /.*/

Loading…
Cancel
Save