Skip to content

Commit 5925f00

Browse files
committed
Add /lib and /src/tests to framework test triggers
1 parent d99c8ae commit 5925f00

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-framework.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
paths:
66
- .github/workflows/test-framework.yml
77
- 'src/amuse/**'
8+
- 'lib/**'
9+
- 'src/tests/**'
810
pull_request:
911
paths:
1012
- .github/workflows/test-framework.yml
1113
- 'src/amuse/**'
14+
- 'lib/**'
15+
- 'src/tests/**'
1216
workflow_dispatch:
1317

1418
jobs:

0 commit comments

Comments
 (0)