From: Ken Jin Date: Sun, 9 Feb 2025 16:52:58 +0000 (+0800) Subject: Trigger tail call CI on more files (GH-129906) X-Git-Tag: v3.14.0a5~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f9c6fa0773cff586d127d1b77b158edd4718035;p=thirdparty%2FPython%2Fcpython.git Trigger tail call CI on more files (GH-129906) --- diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml index 37df21af02e9..4c2516c517b3 100644 --- a/.github/workflows/tail-call.yml +++ b/.github/workflows/tail-call.yml @@ -5,11 +5,13 @@ on: - 'Python/bytecodes.c' - 'Python/ceval.c' - 'Python/ceval_macros.h' + - 'Python/generated_cases.c.h' push: paths: - 'Python/bytecodes.c' - 'Python/ceval.c' - 'Python/ceval_macros.h' + - 'Python/generated_cases.c.h' workflow_dispatch: permissions: