From 13e6f87ef6527954b152eaea303841978e83b992 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 20 Jul 2022 08:34:13 +0200 Subject: Make CI work for Windows on a push to the release branch --- .github/workflows/setup_git.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/setup_git.ps1 b/.github/workflows/setup_git.ps1 index f54e05ab9d..d68f90a7ae 100644 --- a/.github/workflows/setup_git.ps1 +++ b/.github/workflows/setup_git.ps1 @@ -9,5 +9,4 @@ git config --global core.longpaths true if ($(git branch --show-current) -ne "develop") { git branch develop origin/develop - git branch releases/v0.18 origin/releases/v0.18 } -- cgit v1.2.3-60-g2f50