fix(ci): Publish appveyor release branch builds

This commit is contained in:
Ben Gotow 2015-12-11 15:11:03 -08:00
parent 5a77552f9b
commit f16f97eaea

View file

@ -94,7 +94,7 @@ module.exports = (grunt) ->
return false
branch = process.env.APPVEYOR_REPO_BRANCH
if branch is "master" or branch is "ci-test"
if branch is "master" or branch is "ci-test" or branch[0..7] is "release/"
return true
else
grunt.log.writeln("Skipping. We don't operate on branch '#{branch}''")