We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa47edd commit 4594db5Copy full SHA for 4594db5
scripts/release/branch_detection.py
@@ -19,8 +19,7 @@ def get_current_branch() -> Optional[str]:
19
20
In Evergreen CI:
21
- For patch builds: tries to detect the original branch (not evg-pr-test-* branches)
22
- - For master builds: returns the actual branch name
23
- - Falls back to 'master' if detection fails
+ - For master builds: returns master
24
25
:return: branch name or 'master' as fallback
26
"""
0 commit comments