Skip to content

Commit fa5b549

Browse files
authored
Merge pull request #36 from blowekamp/use_itk_main
Build against ITK's main branch
2 parents c941717 + a7678a0 commit fa5b549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
popd
5555
5656
gh release delete -R InsightSoftwareConsortium/ITKDoxygen --cleanup-tag latest --yes
57-
gh release create latest --notes="ITK Doxygen documentation built from the ITK master branch." --prerelease --title "ITKDoxygen Latest" -R InsightSoftwareConsortium/ITKDoxygen ./artifacts/InsightDoxygen*
57+
gh release create latest --notes="ITK Doxygen documentation built from the ITK main branch." --prerelease --title "ITKDoxygen Latest" -R InsightSoftwareConsortium/ITKDoxygen ./artifacts/InsightDoxygen*
5858
env:
5959
GH_TOKEN: ${{ secrets.github_token }}
6060

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SRC_DIR="/work/ITK"
66
BLD_DIR="/work/ITK-bld"
77

88
# If the SRC_DIR is not mounted, then this tag will be checked out
9-
GIT_TAG=${GIT_TAG:-"master"}
9+
GIT_TAG=${GIT_TAG:-"main"}
1010

1111
set -xe
1212

0 commit comments

Comments
 (0)