Update conan-recipe-version.yml

This commit is contained in:
Jelle Spijker 2023-03-31 08:17:49 +02:00 committed by GitHub
parent 28d6e993df
commit 37a446a4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ jobs:
try:
if "remotes/origin" in branch.abspath:
b_version = Version(branch.name.split("/")[-1])
if b_version < Version("10.0.0") and b_version > max_branches_version:
if b_version < Version("6.0.0") and b_version > max_branches_version:
max_branches_version = b_version
branches_no_commits = repo.commit().count() - branch.commit.count()
except: