Skip to content

Commit 75ad8b1

Browse files
Add executor_cases to CI triggers
1 parent e648644 commit 75ad8b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- '**jit**'
66
- 'Python/bytecodes.c'
77
- 'Python/optimizer*.c'
8+
- 'Python/executor_cases.c.h'
89
- '!Python/perf_jit_trampoline.c'
910
- '!**/*.md'
1011
- '!**/*.ini'
@@ -13,6 +14,7 @@ on:
1314
- '**jit**'
1415
- 'Python/bytecodes.c'
1516
- 'Python/optimizer*.c'
17+
- 'Python/executor_cases.c.h'
1618
- '!Python/perf_jit_trampoline.c'
1719
- '!**/*.md'
1820
- '!**/*.ini'

0 commit comments

Comments
 (0)