mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-03 05:10:26 +03:00
ci(codeql): ignore scanning of generated files
Ignores CodeQl analysis of *.md and files in api/* ci(codeql): remove duplicate paths-ignore fix(codeql): fix incorrect paths-ignore
This commit is contained in:
committed by
Julien Machiels
parent
55066ddcec
commit
5ebcdcfa65
@@ -3,8 +3,14 @@ name: 'CodeQL'
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'api/**'
|
||||
pull_request:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'api/**'
|
||||
schedule:
|
||||
- cron: '30 7 * * 6'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user