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