Skip to content

Commit b5907b9

Browse files
committed
[Tests][Added] Trigger on interposer change
1 parent ad32fa0 commit b5907b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
- '**.py'
77
- 'src/*_do'
88
- 'tests/**'
9+
- 'interposer/interposer.c'
10+
- 'interposer/libinterposer.so'
911
- '.github/workflows/pythonapp.yml'
1012
pull_request:
1113
paths:
1214
- '**.py'
1315
- 'src/*_do'
1416
- 'tests/**'
17+
- 'interposer/interposer.c'
18+
- 'interposer/libinterposer.so'
1519
- '.github/workflows/pythonapp.yml'
1620

1721
jobs:

0 commit comments

Comments
 (0)