Skip to content

Commit 13e6f87

Browse files
committed
Make CI work for Windows on a push to the release branch
1 parent 45183d2 commit 13e6f87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/setup_git.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ git config --global core.longpaths true
99
if ($(git branch --show-current) -ne "develop")
1010
{
1111
git branch develop origin/develop
12-
git branch releases/v0.18 origin/releases/v0.18
1312
}

0 commit comments

Comments
 (0)