Skip to content

Commit f893e34

Browse files
committed
Only publish artifacts for main crate changes
1 parent de07769 commit f893e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB
2828
tags: true
2929
provider: releases
3030
skip_cleanup: true
31-
if: branch = master OR tag IS present
31+
if: branch = master OR branch =~ /^\d/
3232

3333
matrix:
3434
include:

0 commit comments

Comments
 (0)