File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 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'
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
2640jobs :
2741
You can’t perform that action at this time.
0 commit comments