From 956625ebd69ff7d1ee08b02e4fdcaeab8287fbd2 Mon Sep 17 00:00:00 2001 From: John Parent Date: Thu, 17 Mar 2022 12:48:37 -0400 Subject: [PATCH] Remove Windows branch artifact --- .github/workflows/setup_git.ps1 | 5 ----- 1 file changed, 5 deletions(-) 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 -}