forked from ROMEO/nexosim
Add path filtering for Loom CI also on PRs
This commit is contained in:
parent
0c2f92d4cf
commit
44e86b81d1
13
.github/workflows/loom.yml
vendored
13
.github/workflows/loom.yml
vendored
@ -3,6 +3,19 @@ name: Loom
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'asynchronix/src/channel.rs'
|
||||
- 'asynchronix/src/channel/**'
|
||||
- 'asynchronix/src/executor/task.rs'
|
||||
- 'asynchronix/src/executor/task/**'
|
||||
- 'asynchronix/src/loom_exports.rs'
|
||||
- 'asynchronix/src/ports/output/broadcaster.rs'
|
||||
- 'asynchronix/src/ports/output/broadcaster/**'
|
||||
- 'asynchronix/src/ports/source/broadcaster.rs'
|
||||
- 'asynchronix/src/ports/source/broadcaster/**'
|
||||
- 'asynchronix/src/util/cached_rw_lock.rs'
|
||||
- 'asynchronix/src/util/slot.rs'
|
||||
- 'asynchronix/src/util/sync_cell.rs'
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user