mirror of https://github.com/python/cpython
Trigger JIT CI with optimizer files (#115483)
* Trigger JIT CI with optimizer files
This commit is contained in:
parent
18343c0985
commit
ed23839dc5
|
@ -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…
Reference in New Issue