From 76eda083ce97c0e4c534e9834247d2f6d9ac6f00 Mon Sep 17 00:00:00 2001 From: maya-mohan Date: Fri, 27 Feb 2026 17:25:28 +0400 Subject: [PATCH] Nightly deployment updated to reflect branch name change. --- .github/workflows/deploy_ghpages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_ghpages.yml b/.github/workflows/deploy_ghpages.yml index 9880d772cab..d1f48a46d3a 100644 --- a/.github/workflows/deploy_ghpages.yml +++ b/.github/workflows/deploy_ghpages.yml @@ -3,7 +3,7 @@ name: Deploy viewer to github pages on: pull_request: types: [closed] - branches: [gradienthealth/nightly] + branches: [nightly] jobs: build-and-deploy: @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 with: repository: gradienthealth/cornerstone3D-beta - ref: gradienthealth/nightly + ref: nightly path: ./cornerstone3D - name: Build cornerstone3D @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v3 with: repository: gradienthealth/GradientExtensionsAndModes - ref: gradienthealth/nightly + ref: nightly path: ./GradientExtensionsAndModes - name: Checkout Viewers