build on this branch

This commit is contained in:
Zach Bloomquist
2020-01-27 11:18:31 -05:00
parent ed6660a9fc
commit cd955db8d0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
branches:
only:
- master
- develop
- fix-win-install-message
- /win*/
# https://www.appveyor.com/docs/lang/nodejs-iojs/

View File

@@ -26,7 +26,7 @@ const isRightBranch = () => {
process.env.APPVEYOR_REPO_COMMIT_MESSAGE || ''
).includes('[build binary]')
return branch === 'develop' || shouldForceBinaryBuild
return branch === 'fix-win-install-message' || shouldForceBinaryBuild
}
const isForkedPullRequest = () => {