From 5a72204d38c9c0b5dc67df3ed2f455a3ddeb2727 Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Thu, 17 Mar 2022 13:29:29 -0400 Subject: Remove references to `features/windows-support` branch (#29565) --- .github/workflows/setup_git.ps1 | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/setup_git.ps1 b/.github/workflows/setup_git.ps1 index 19d3b81b97..36e0157c54 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 -} -- cgit v1.2.3-60-g2f50