optimize build pipelines

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-09-07 08:48:03 +02:00
parent 7774417a35
commit 0c4f4d9543
2 changed files with 4 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
idf_ver: [release-v5.1, release-v5.2, release-v5.3]
idf_ver: [release-v5.1, release-v5.2, release-v5.3, master]
idf_target: [esp32s3]
runs-on: ubuntu-latest

View File

@@ -2,17 +2,14 @@ name: Release the ESP-IDF Project
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "ePaper-ESP-IDF/**"
release:
types: [published]
jobs:
release:
strategy:
matrix:
idf_ver: [release-v5.2]
idf_ver: [release-v5.3]
idf_target: [esp32s3]
runs-on: ubuntu-latest