Skip to content

Commit

Permalink
Remove Windos branch artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwparent committed Mar 17, 2022
1 parent 99c1f9b commit 948e431
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/setup_git.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 948e431

Please sign in to comment.