We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2b633 commit bfe7b04Copy full SHA for bfe7b04
appveyor.yml
@@ -2,6 +2,7 @@ branches:
2
only:
3
- master
4
- develop
5
+ - issue-6582-fix-patch-package
6
- /win*/
7
8
# https://www.appveyor.com/docs/lang/nodejs-iojs/
scripts/win-appveyor-build.js
@@ -26,7 +26,7 @@ const isRightBranch = () => {
26
process.env.APPVEYOR_REPO_COMMIT_MESSAGE || ''
27
).includes('[build binary]')
28
29
- return branch === 'develop' || shouldForceBinaryBuild
+ return branch === 'issue-6582-fix-patch-package' || shouldForceBinaryBuild
30
}
31
32
const isForkedPullRequest = () => {
0 commit comments