We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697465f commit 5307f44Copy full SHA for 5307f44
.github/workflows/jit.yml
@@ -5,11 +5,17 @@ on:
5
- '**jit**'
6
- 'Python/bytecodes.c'
7
- 'Python/optimizer*.c'
8
+ - '!Python/perf_jit_trampoline.c'
9
+ - '!**/*.md'
10
+ - '!**/*.ini'
11
push:
12
paths:
13
14
15
16
17
18
19
workflow_dispatch:
20
21
permissions:
0 commit comments