From 7979e722d1ff3255704a7f394e2ecd02b4142b63 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Thu, 7 Sep 2023 14:31:30 +0200 Subject: [PATCH] .github/workflows/ports_psoc6.yml: Added new board to build stage. Signed-off-by: enriquezgarc --- .github/workflows/ports_psoc6.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index c06a4dc676554..de58f965a8c5c 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -48,7 +48,9 @@ jobs: needs: server-build strategy: matrix: - board: [CY8CPROTO-062-4343W] + board: + - CY8CPROTO-062-4343W + - CY8CPROTO-063-BLE steps: - uses: actions/checkout@v3 - name: Download binaries