chore: update make-empty-github-commit to fix test-other-projects (#18078)

This commit is contained in:
Zach Bloomquist
2021-09-13 17:52:00 +00:00
committed by GitHub
parent 5955544fc0
commit 7b1d49c324
5 changed files with 75 additions and 128 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const isRightBranch = () => {
process.env.APPVEYOR_REPO_COMMIT_MESSAGE || ''
).includes('[build binary]')
const branchesToBuildBinary = ['develop', 'windows-code-signing']
const branchesToBuildBinary = ['develop', 'fix-test-other-projects']
return branchesToBuildBinary.includes(branch) || shouldForceBinaryBuild
}