Update IDF target branch to v4.4

This commit is contained in:
Me No Dev 2021-10-24 13:07:06 +03:00
parent 105307176a
commit bafd2099d7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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