Skip to content

Commit

Permalink
Changed to test on test/test_branch_for_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin committed Oct 18, 2024
1 parent e404579 commit f7ccd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/merge_master_to_branches.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import subprocess

def get_release_branches(prefix="new-feature/mcus"):
def get_release_branches(prefix="test/test_branch_for_merge"):
"""Get all branches that start with the specified prefix."""
try:
# Fetch all remote branches
Expand Down

0 comments on commit f7ccd73

Please sign in to comment.