From 37ab8005009411f63e496d467478dbc5b3372793 Mon Sep 17 00:00:00 2001 From: Austin Lane Date: Mon, 5 Jan 2026 17:44:07 -0500 Subject: [PATCH] Actions: CI for feature/ branches ...and pioarduino --- .github/workflows/main_matrix.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index c923a22a6..4f7cbf194 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -8,7 +8,9 @@ on: branches: - master - develop + - pioarduino # Remove when merged // use `feature/` in the future. - event/* + - feature/* paths-ignore: - "**.md" - version.properties @@ -18,7 +20,9 @@ on: branches: - master - develop + - pioarduino # Remove when merged // use `feature/` in the future. - event/* + - feature/* paths-ignore: - "**.md" #- "**.yml"