Skip to content

Commit 40fb05e

Browse files
committed
Switch target branch for v5.1 pull requests
1 parent b80dc0e commit 40fb05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ -z $IDF_BRANCH ]; then
1010
fi
1111

1212
if [ -z $AR_PR_TARGET_BRANCH ]; then
13-
AR_PR_TARGET_BRANCH="master"
13+
AR_PR_TARGET_BRANCH="release/v3.0.x"
1414
fi
1515

1616
if [ -z $IDF_TARGET ]; then

0 commit comments

Comments
 (0)