Make CI work for Windows on a push to the release branch

This commit is contained in:
Massimiliano Culpo
2022-07-20 08:34:13 +02:00
parent 45183d2b49
commit 13e6f87ef6

View File

@@ -9,5 +9,4 @@ git config --global core.longpaths true
if ($(git branch --show-current) -ne "develop")
{
git branch develop origin/develop
git branch releases/v0.18 origin/releases/v0.18
}