diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 49881e2..c4376af 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -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 diff --git a/tools/config.sh b/tools/config.sh index 8f8c4b5..2c4e626 100755 --- a/tools/config.sh +++ b/tools/config.sh @@ -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