ENH: update orthanc data input in return_to_original_hospital #166
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous integration workflow | |
on: | |
push: | |
branches: | |
- "main" | |
pull_request: | |
branches: | |
- "main" | |
jobs: | |
backend_ci: | |
name: Backend CI | |
uses: ./.github/workflows/backend-ci.yml | |
trackerapi_ci: | |
name: TrackerAPI CI | |
uses: ./.github/workflows/trackerapi-ci.yml | |
frontend_ci: | |
name: Frontend CI | |
uses: ./.github/workflows/frontend-ci.yml |