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