Skip to content

Commit 4fb2196

Browse files
Deployed to production
1 parent 9ae0a9d commit 4fb2196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_ghpages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy viewer to github pages
22

33
on:
44
push:
5-
branches: [ "gradienthealth/Stack-Segmentation" ]
5+
branches: [ "gradienthealth/segmentation_mode_sheet_integration" ]
66
#pull_request:
77
#branches: [ "main" ]
88

@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v3
2525
with:
2626
repository: gradienthealth/cornerstone3D-beta
27-
ref: gradienthealth/stack-segmentation-support-with-zip-image-loader
27+
ref: gradient_rebase_12212023
2828
path: ./cornerstone3D
2929

3030
- name: Build cornerstone3D
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838
with:
3939
repository: gradienthealth/GradientExtensionsAndModes
40-
ref: gradienthealth/Segmentation-with-DicomJSON
40+
ref: gradienthealth/segmentation_mode_sheet_integration
4141
path: ./GradientExtensionsAndModes
4242

4343
#- name: Build GradientExtensionsAndModes

0 commit comments

Comments
 (0)