Only publish artifacts for main crate changes

This commit is contained in:
Alex Crichton 2018-07-26 15:51:43 -07:00
parent de0776948d
commit f893e3475c

View File

@ -28,7 +28,7 @@ DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB
tags: true
provider: releases
skip_cleanup: true
if: branch = master OR tag IS present
if: branch = master OR branch =~ /^\d/
matrix:
include: