mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Trigger JIT CI with optimizer files (#115483)
* Trigger JIT CI with optimizer files
This commit is contained in:
parent
18343c0985
commit
ed23839dc5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/jit.yml
vendored
4
.github/workflows/jit.yml
vendored
|
|
@ -4,10 +4,14 @@ on:
|
|||
paths:
|
||||
- '**jit**'
|
||||
- 'Python/bytecodes.c'
|
||||
- 'Python/optimizer*.c'
|
||||
- 'Python/tier2_redundancy_eliminator_bytecodes.c'
|
||||
push:
|
||||
paths:
|
||||
- '**jit**'
|
||||
- 'Python/bytecodes.c'
|
||||
- 'Python/optimizer*.c'
|
||||
- 'Python/tier2_redundancy_eliminator_bytecodes.c'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue