mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:03:46 +00:00
ci: add paths missing from paths filter
This commit is contained in:
@@ -3,8 +3,12 @@ name: ci
|
||||
on:
|
||||
push:
|
||||
paths: &ci_paths
|
||||
- 'src/bcf/**'
|
||||
- 'src/bsdd/**'
|
||||
- 'src/examples/**'
|
||||
- 'src/ifcblender/**'
|
||||
- 'src/ifcconvert/**'
|
||||
- 'src/ifcdiff/**'
|
||||
- 'src/ifcgeom/**'
|
||||
- 'src/ifcgeomserver/**'
|
||||
- 'src/ifcmax/**'
|
||||
@@ -14,12 +18,15 @@ on:
|
||||
- 'src/ifcopenshell-python/**'
|
||||
- '!src/ifcopenshell-python/docs/**'
|
||||
- 'src/ifcparse/**'
|
||||
- 'src/ifcpatch/**'
|
||||
- 'src/ifcquery/**'
|
||||
- 'src/ifctester/**'
|
||||
- 'src/ifcwrap/**'
|
||||
- 'src/svgfill/**'
|
||||
- 'src/serializers/**'
|
||||
- 'conda/**'
|
||||
- 'cmake/**'
|
||||
- 'test/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
pull_request:
|
||||
paths: *ci_paths
|
||||
|
||||
Reference in New Issue
Block a user