ci: reuse push paths filter for pull_request

This commit is contained in:
Andrej730
2026-09-03 15:50:44 +05:00
parent 57a9e1e304
commit 403a23a976
+2 -1
View File
@@ -2,7 +2,7 @@ name: ci
on:
push:
paths:
paths: &ci_paths
- 'src/ifcblender/**'
- 'src/ifcconvert/**'
- 'src/ifcgeom/**'
@@ -24,6 +24,7 @@ on:
- 'cmake/**'
- '.github/workflows/ci.yml'
pull_request:
paths: *ci_paths
jobs:
activate: