From 724fbf5f3c66d6ebd727f3e6fce98105fedbe5c3 Mon Sep 17 00:00:00 2001 From: Antoine Bollengier <44288655+b5i@users.noreply.github.com> Date: Tue, 21 May 2024 22:08:43 +0200 Subject: [PATCH] Removed main limit for GitHub actions --- .github/workflows/platformio.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index 7b7dc7e1..36e00620 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -3,10 +3,10 @@ name: PlatformIO on: push: branches: - - main + - '**' pull_request: branches: - - main + - '**' jobs: espBuild: