diff --git a/.github/workflows/Doxygen.yml b/.github/workflows/Doxygen.yml index 6092331b73..6590403b26 100644 --- a/.github/workflows/Doxygen.yml +++ b/.github/workflows/Doxygen.yml @@ -2,7 +2,7 @@ name: doxygen on: push: - branches: master + branches: main schedule: - cron: '0 0 * * *' @@ -32,7 +32,7 @@ jobs: artifacts/ITKDoxygenXML-*.tar.gz artifacts/ITKDoxygen-*.tar.gz - name: Update gh-pages - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' run: | tar -zxf artifacts/ITKDoxygen-*.tar.gz touch html/.nojekyll diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index c4872f93f4..63d28a635f 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -2,9 +2,9 @@ name: Build docker image on: push: - branches: ['master'] + branches: ['main'] pull_request: - branches: ['master'] + branches: ['main'] jobs: diff --git a/run.sh b/run.sh index 128d07ec0f..61e3f89746 100755 --- a/run.sh +++ b/run.sh @@ -6,7 +6,7 @@ SRC_DIR="/work/ITK" BLD_DIR="/work/ITK-bld" # If the SRC_DIR is not mounted, then this tag will be checked out -GIT_TAG=${GIT_TAG:-"master"} +GIT_TAG=${GIT_TAG:-"main"} set -xe