Update build.yml
Remove crud from builds
This commit is contained in:
parent
6e0aab788a
commit
dfdc46c812
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user