Skip to content

Commit 6d7b689

Browse files
Update tail-call.yml
1 parent 5f7ad24 commit 6d7b689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Tail calling interpreter
22
on:
33
pull_request:
44
paths:
5+
- '.github/workflows/tail-call.yml'
56
- 'Python/bytecodes.c'
67
- 'Python/ceval.c'
78
- 'Python/ceval_macros.h'
89
- 'Python/generated_cases.c.h'
9-
- '.github/workflows/tail-call.yml'
1010
push:
1111
paths:
1212
- '.github/workflows/tail-call.yml'

0 commit comments

Comments
 (0)