mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-07 06:59:49 -06:00
build on this branch
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
- fix-win-install-message
|
||||
- /win*/
|
||||
|
||||
# https://www.appveyor.com/docs/lang/nodejs-iojs/
|
||||
|
||||
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user