We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad32fa0 commit b5907b9Copy full SHA for b5907b9
1 file changed
.github/workflows/pythonapp.yml
@@ -6,12 +6,16 @@ on:
6
- '**.py'
7
- 'src/*_do'
8
- 'tests/**'
9
+ - 'interposer/interposer.c'
10
+ - 'interposer/libinterposer.so'
11
- '.github/workflows/pythonapp.yml'
12
pull_request:
13
paths:
14
15
16
17
18
19
20
21
jobs:
0 commit comments