From a0f85487efdf6e180c76a5bfc67db674e18a8f72 Mon Sep 17 00:00:00 2001 From: Martin ROGER Date: Sat, 21 Feb 2026 00:17:35 +0100 Subject: [PATCH] Update pull request types in workflow configuration --- .github/workflows/platformIO.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platformIO.yml b/.github/workflows/platformIO.yml index e5e65cc..f88b0c9 100644 --- a/.github/workflows/platformIO.yml +++ b/.github/workflows/platformIO.yml @@ -5,7 +5,7 @@ on: branches: [main] pull_request: branches: [main] - types: [opened, edited, synchronize, review_requested, closed] + types: [opened, synchronize, reopened] push: branches: [main]