We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67ccb5 commit e062843Copy full SHA for e062843
1 file changed
.github/workflows/java-code-analysis.yml
@@ -4,7 +4,7 @@ on:
4
branches:
5
- main
6
# Ignore changes in documentation, general configuration and analysis-results for push events
7
- paths-ignore: &ignore_paths
+ paths-ignore:
8
- 'analysis-results/**'
9
- 'documentation/**'
10
- '**/*.md'
@@ -21,7 +21,21 @@ on:
21
pull_request:
22
23
24
- paths-ignore: *ignore_paths
+ # Ignore changes in documentation, general configuration and analysis-results for push events
25
26
+ - 'analysis-results/**'
27
+ - 'documentation/**'
28
+ - '**/*.md'
29
+ - '**/*.txt'
30
+ - '**/*.css'
31
+ - '**/*.html'
32
+ - '**/*.js'
33
+ - '.gitignore'
34
+ - '.gitattributes'
35
+ - 'renovate.json'
36
+ - '**.code-workspace'
37
+ - '.github/workflows/typescript-code-analysis.yml'
38
+ - '.github/workflows/*documentation.yml'
39
40
jobs:
41
0 commit comments