File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8383 file(TO_CMAKE_PATH "\$ENV{GITHUB_WORKSPACE}/" CTEST_SOURCE_DIRECTORY)
8484 file(TO_CMAKE_PATH "\$ENV{GITHUB_WORKSPACE}/../build" CTEST_BINARY_DIRECTORY)
8585 set(dashboard_source_name "${GITHUB_REPOSITORY}")
86- if(ENV{GITHUB_REF} MATCHES "master ")
87- set(branch "-master ")
86+ if(ENV{GITHUB_REF} MATCHES "main ")
87+ set(branch "-main ")
8888 set(dashboard_model "Continuous")
8989 else()
9090 set(branch "-${GITHUB_REF}")
Original file line number Diff line number Diff line change 99 :alt: PyPI Version
1010
1111.. image :: https://img.shields.io/badge/License-Apache%202.0-blue.svg
12- :target: {{ cookiecutter.download_url }}/blob/master /LICENSE
12+ :target: {{ cookiecutter.download_url }}/blob/main /LICENSE
1313 :alt: License
1414
1515Overview
You can’t perform that action at this time.
0 commit comments