From dfdc46c812c9b7df9597477f357b0c2f44905c05 Mon Sep 17 00:00:00 2001 From: StyxX65 <150797939+StyxX65@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:01:04 +0200 Subject: [PATCH] Update build.yml Remove crud from builds --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0456abc..5b030e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,17 @@ on: push: branches: [main] tags: ['v*'] + paths-ignore: + - '**.md' + - 'docs/**' + - 'tests/**' + - 'pytest.ini' + - 'run_tests.sh' + - 'build_gdpr.sh' + - 'start_gdpr.sh' + - 'install_macos.sh' + - 'install_windows.ps1' + - '.github/ISSUE_TEMPLATE/**' workflow_dispatch: # Only run one build at a time per branch to avoid race conditions