From ec42d3a0777cd5d38d2ea5550a1fc44fc999fd73 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 21 Feb 2025 14:16:36 -0800 Subject: [PATCH] fixup: default branch name --- .github/workflows/upload-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-release.yml b/.github/workflows/upload-release.yml index 5e09c010c..0db501ef5 100644 --- a/.github/workflows/upload-release.yml +++ b/.github/workflows/upload-release.yml @@ -9,7 +9,7 @@ on: branches: # NOTE: make sure any branches here are also valid directory names, # otherwise creating the directory and uploading to s3 will fail - - "main" + - "detsys-main" pull_request: types: - opened