Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy viewer to github pages
on:
pull_request:
types: [closed]
branches: [gradienthealth/nightly]
branches: [nightly]

jobs:
build-and-deploy:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: gradienthealth/cornerstone3D-beta
ref: gradienthealth/nightly
ref: nightly
path: ./cornerstone3D

- name: Build cornerstone3D
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: gradienthealth/GradientExtensionsAndModes
ref: gradienthealth/nightly
ref: nightly
path: ./GradientExtensionsAndModes

- name: Checkout Viewers
Expand Down