Skip to content

Commit 0c609b1

Browse files
committed
Prepare for merging release/v5.3 into master
1 parent c1053bc commit 0c609b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
lib_builder_branch: "release/v5.1"
3737
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2"
3838
- idf_branch: "release/v5.3"
39-
lib_builder_branch: "release/v5.3"
39+
lib_builder_branch: "master"
4040
targets: "esp32,esp32s2,esp32s3,esp32c3,esp32c6,esp32h2,esp32p4"

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="release/v3.1.x"
13+
AR_PR_TARGET_BRANCH="master"
1414
fi
1515

1616
if [ -z $IDF_TARGET ]; then

0 commit comments

Comments
 (0)