Update IDF target branch to v4.4
This commit is contained in:
parent
105307176a
commit
bafd2099d7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
idf_branch: [master, release/v3.3]
|
||||
idf_branch: [release/v4.4, release/v3.3]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
IDF_COMPS="$IDF_PATH/components"
|
||||
|
||||
if [ -z $IDF_BRANCH ]; then
|
||||
IDF_BRANCH="master"
|
||||
IDF_BRANCH="release/v4.4"
|
||||
fi
|
||||
|
||||
if [ -z $AR_PR_TARGET_BRANCH ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue