]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Trigger tail call CI on more files (GH-129906)
authorKen Jin <kenjin@python.org>
Sun, 9 Feb 2025 16:52:58 +0000 (00:52 +0800)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2025 16:52:58 +0000 (00:52 +0800)
.github/workflows/tail-call.yml

index 37df21af02e9195ddeaa046e3666f2d3b386c482..4c2516c517b3a9dfb3ee9e44ec1785560509e6f8 100644 (file)
@@ -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: