Skip to content

Commit e062843

Browse files
committed
Remove YAML anchor
1 parent d67ccb5 commit e062843

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/workflows/java-code-analysis.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
# Ignore changes in documentation, general configuration and analysis-results for push events
7-
paths-ignore: &ignore_paths
7+
paths-ignore:
88
- 'analysis-results/**'
99
- 'documentation/**'
1010
- '**/*.md'
@@ -21,7 +21,21 @@ on:
2121
pull_request:
2222
branches:
2323
- main
24-
paths-ignore: *ignore_paths
24+
# Ignore changes in documentation, general configuration and analysis-results for push events
25+
paths-ignore:
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'
2539

2640
jobs:
2741

0 commit comments

Comments
 (0)