mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
fix: don't destroy browserwindow on process.exit (#15751)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
- sem-next-ver
|
||||
- 7.0-release
|
||||
- /win*/
|
||||
- feature/cross-platform-wizard
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ const isRightBranch = () => {
|
||||
process.env.APPVEYOR_REPO_COMMIT_MESSAGE || ''
|
||||
).includes('[build binary]')
|
||||
|
||||
const branchesToBuildBinary = ['develop', 'sem-next-ver']
|
||||
const branchesToBuildBinary = ['develop', '7.0-release']
|
||||
|
||||
return branchesToBuildBinary.includes(branch) || shouldForceBinaryBuild
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user