Skip to content

Commit bafd209

Browse files
committed
Update IDF target branch to v4.4
1 parent 1053071 commit bafd209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
idf_branch: [master, release/v3.3]
23+
idf_branch: [release/v4.4, release/v3.3]
2424
steps:
2525
- uses: actions/checkout@v1
2626
- name: Install dependencies

tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IDF_COMPS="$IDF_PATH/components"
44

55
if [ -z $IDF_BRANCH ]; then
6-
IDF_BRANCH="master"
6+
IDF_BRANCH="release/v4.4"
77
fi
88

99
if [ -z $AR_PR_TARGET_BRANCH ]; then

0 commit comments

Comments
 (0)