Skip to content

Commit d26ef11

Browse files
add ceval.c to list of paths
1 parent 7a95b7e commit d26ef11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ on:
33
pull_request:
44
paths:
55
- 'Python/bytecodes.c'
6+
- 'Python/ceval.c'
67
- 'Python/generated_tail_call_handlers.c.h'
78
push:
89
paths:
910
- 'Python/bytecodes.c'
11+
- 'Python/ceval.c'
1012
- 'Python/generated_tail_call_handlers.c.h'
1113
workflow_dispatch:
1214

0 commit comments

Comments
 (0)