From 050dcdf153a79e59ae98b97feec96d9db43d1f6c Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:36:28 +0200 Subject: [PATCH] Modify Tasmota build workflow to ignore Berry examples --- .github/workflows/Tasmota_build_master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 6d0f2e390..842da5239 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -7,6 +7,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: