Skip to content

Commit bfe7b04

Browse files
committed
also run appveyor
1 parent 7c2b633 commit bfe7b04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ branches:
22
only:
33
- master
44
- develop
5+
- issue-6582-fix-patch-package
56
- /win*/
67

78
# https://www.appveyor.com/docs/lang/nodejs-iojs/

scripts/win-appveyor-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const isRightBranch = () => {
2626
process.env.APPVEYOR_REPO_COMMIT_MESSAGE || ''
2727
).includes('[build binary]')
2828

29-
return branch === 'develop' || shouldForceBinaryBuild
29+
return branch === 'issue-6582-fix-patch-package' || shouldForceBinaryBuild
3030
}
3131

3232
const isForkedPullRequest = () => {

0 commit comments

Comments
 (0)