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 2b1cc64 commit 3a36754Copy full SHA for 3a36754
.github/workflows/internal-java-code-analysis.yml
@@ -8,6 +8,7 @@ on:
8
paths-ignore:
9
- '**/*.md'
10
- '**/*.txt'
11
+ - '!requirements.txt'
12
- '**/*.css'
13
- '**/*.html'
14
- '**/*.js'
@@ -26,6 +27,7 @@ on:
26
27
28
29
30
31
32
33
.github/workflows/internal-typescript-code-analysis.yml
0 commit comments