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: strategy:
matrix: matrix:
idf_branch: [master, release/v3.3] idf_branch: [release/v4.4, release/v3.3]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install dependencies - name: Install dependencies

View file

@ -3,7 +3,7 @@
IDF_COMPS="$IDF_PATH/components" IDF_COMPS="$IDF_PATH/components"
if [ -z $IDF_BRANCH ]; then if [ -z $IDF_BRANCH ]; then
IDF_BRANCH="master" IDF_BRANCH="release/v4.4"
fi fi
if [ -z $AR_PR_TARGET_BRANCH ]; then if [ -z $AR_PR_TARGET_BRANCH ]; then