Skip to content

Commit

Permalink
add ceval.c to list of paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Jan 12, 2025
1 parent 7a95b7e commit d26ef11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tail-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ on:
pull_request:
paths:
- 'Python/bytecodes.c'
- 'Python/ceval.c'
- 'Python/generated_tail_call_handlers.c.h'
push:
paths:
- 'Python/bytecodes.c'
- 'Python/ceval.c'
- 'Python/generated_tail_call_handlers.c.h'
workflow_dispatch:

Expand Down

0 comments on commit d26ef11

Please sign in to comment.