From 532abf5397229d5c37cc1471266932aabfab42fe Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:32:19 -0700 Subject: [PATCH] What about pull requests? --- .github/workflows/installers-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index d39dbdbaa8a..0d3f7285804 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -98,7 +98,7 @@ jobs: if [[ $GITHUB_EVENT_NAME == "schedule" ]]; then branch="'master', '6.x'" else - branch="'$GITHUB_REF_NAME'" + branch="''" fi echo "target_platform=[$target_platform]" >> $GITHUB_OUTPUT