mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
ci: reuse push paths filter for pull_request
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user