From 6f1d518b28ca4c9f43141f59e3edd09fd86e5417 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:35:17 +0200 Subject: [PATCH] Ignore changes in tasmota/berry directory --- .github/workflows/Tasmota_build_devel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index feb0f452d..aad56c02b 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -8,6 +8,7 @@ on: paths-ignore: - '.github/**' # Ignore changes towards the .github directory - '**.md' # Do no build if *.md files changes + - 'tasmota/berry/**' # Ignore Berry examples # Ensures that only one deploy task per branch/environment will run at a time. concurrency: