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: on:
push: push:
paths: paths: &ci_paths
- 'src/ifcblender/**' - 'src/ifcblender/**'
- 'src/ifcconvert/**' - 'src/ifcconvert/**'
- 'src/ifcgeom/**' - 'src/ifcgeom/**'
@@ -24,6 +24,7 @@ on:
- 'cmake/**' - 'cmake/**'
- '.github/workflows/ci.yml' - '.github/workflows/ci.yml'
pull_request: pull_request:
paths: *ci_paths
jobs: jobs:
activate: activate: