ci: wgpu mac — cover ifcviewer-wgpu-minimal + wgpu-mem-probe in paths filter

The first run after BUNDLE DESTINATION fix didn't trigger because that
commit only touched src/ifcviewer-wgpu-minimal/CMakeLists.txt, which
the workflow's paths: list didn't cover. Add the two sibling
subprojects (-minimal and wgpu-mem-probe) since they participate in
the same configure pass.

(Manual workflow_dispatch is still unavailable until this workflow
lands on the default branch — GitHub gates the "Run workflow" button
on the default branch's copy of the file.)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Dion Moult
2026-06-01 18:20:30 +10:00
parent 07825b7442
commit 025e60e635
+4
View File
@@ -17,6 +17,8 @@ on:
- v0.8.0
paths:
- 'src/ifcviewer-wgpu/**'
- 'src/ifcviewer-wgpu-minimal/**'
- 'src/wgpu-mem-probe/**'
- 'src/ifcviewer/SidecarCache.*'
- 'src/ifcviewer/InstancedGeometry.h'
- 'src/ifcviewer/VertexQuantization.h'
@@ -25,6 +27,8 @@ on:
pull_request:
paths:
- 'src/ifcviewer-wgpu/**'
- 'src/ifcviewer-wgpu-minimal/**'
- 'src/wgpu-mem-probe/**'
- 'src/ifcviewer/SidecarCache.*'
- 'src/ifcviewer/InstancedGeometry.h'
- 'src/ifcviewer/VertexQuantization.h'