Update build.yml

Remove crud from builds
This commit is contained in:
StyxX65 2026-04-12 08:01:04 +02:00
parent 6e0aab788a
commit dfdc46c812

View File

@ -5,6 +5,17 @@ on:
push: push:
branches: [main] branches: [main]
tags: ['v*'] 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: workflow_dispatch:
# Only run one build at a time per branch to avoid race conditions # Only run one build at a time per branch to avoid race conditions