diff --git a/.github/workflows/setup_git.ps1 b/.github/workflows/setup_git.ps1 index 19d3b81b97a0d7..36e0157c54444b 100644 --- a/.github/workflows/setup_git.ps1 +++ b/.github/workflows/setup_git.ps1 @@ -9,8 +9,3 @@ if ($(git branch --show-current) -ne "develop") { git branch develop origin/develop } - -if ($(git branch --show-current) -ne "features/windows-support") -{ - git branch features/windows-support origin/features/windows-support -}