Sweep out two leftover references to master

This is basically cherry-picking the usable parts from #2067
This commit is contained in:
Martin Hořeňovský 2020-10-23 23:02:44 +02:00
parent 7b9bf633be
commit 967b82231c
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ class BuilderSettings(object):
""" Set Catch2 repository to be used on upload.
The upload server address could be customized by env var
CONAN_UPLOAD. If not defined, the method will check the branch name.
Only master or CONAN_STABLE_BRANCH_PATTERN will be accepted.
The master branch will be pushed to testing channel, because it does
Only devel or CONAN_STABLE_BRANCH_PATTERN will be accepted.
The devel branch will be pushed to testing channel, because it does
not match the stable pattern. Otherwise it will upload to stable
channel.
"""

View File

@ -15,7 +15,7 @@ coverage:
codecov:
branch: master
branch: devel
max_report_age: off
comment: