From d26ef11ad0259e450b53be33b87011635d4b3dce Mon Sep 17 00:00:00 2001 From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Sun, 12 Jan 2025 10:51:49 +0800 Subject: [PATCH] add ceval.c to list of paths --- .github/workflows/tail-call.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml index 4fc7bcfa4bc15c..2dfd1beeee3f9a 100644 --- a/.github/workflows/tail-call.yml +++ b/.github/workflows/tail-call.yml @@ -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: