Trigger JIT CI with optimizer files (#115483)

* Trigger JIT CI with optimizer files
This commit is contained in:
Ken Jin 2024-02-15 14:01:24 +08:00 committed by GitHub
parent 18343c0985
commit ed23839dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: