We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1053071 commit bafd209Copy full SHA for bafd209
.github/workflows/cron.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- idf_branch: [master, release/v3.3]
+ idf_branch: [release/v4.4, release/v3.3]
24
steps:
25
- uses: actions/checkout@v1
26
- name: Install dependencies
tools/config.sh
@@ -3,7 +3,7 @@
3
IDF_COMPS="$IDF_PATH/components"
4
5
if [ -z $IDF_BRANCH ]; then
6
- IDF_BRANCH="master"
+ IDF_BRANCH="release/v4.4"
7
fi
8
9
if [ -z $AR_PR_TARGET_BRANCH ]; then
0 commit comments