mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-12 22:06:07 -06:00
✅ New rule in use_example_configs
This commit is contained in:
parent
cf609152c2
commit
27dcfe0ea8
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ def main():
|
|||
|
||||
if branch.startswith("bugfix-2."):
|
||||
branch = branch
|
||||
elif branch.endswith("bugfix-2.1.x"):
|
||||
branch = "bugfix-2.1.x"
|
||||
elif branch.endswith("-2.1.x") or branch == "2.1.x":
|
||||
branch = "latest-2.1.x"
|
||||
elif branch.endswith("-2.0.x") or branch == "2.0.x":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue