mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-23 05:46:11 +01:00
Sweep out two leftover references to master
This is basically cherry-picking the usable parts from #2067
This commit is contained in:
parent
7b9bf633be
commit
967b82231c
@ -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.
|
||||
"""
|
||||
|
@ -15,7 +15,7 @@ coverage:
|
||||
|
||||
|
||||
codecov:
|
||||
branch: master
|
||||
branch: devel
|
||||
max_report_age: off
|
||||
|
||||
comment:
|
||||
|
Loading…
Reference in New Issue
Block a user