mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(ci): Publish appveyor release branch builds
This commit is contained in:
parent
5a77552f9b
commit
f16f97eaea
1 changed files with 1 additions and 1 deletions
|
@ -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}''")
|
||||
|
|
Loading…
Reference in a new issue