mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
codeql: only trigger on changes to core .cs and .js files
This commit is contained in:
14
.github/workflows/codeql-analysis.yml
vendored
14
.github/workflows/codeql-analysis.yml
vendored
@@ -14,9 +14,23 @@ name: "CodeQL"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- '**.cs'
|
||||||
|
- '**.js'
|
||||||
|
- Jackett/src/**
|
||||||
|
- '!Jackett/src/Jackett.Common/Indexers/**'
|
||||||
|
- '!Jackett/src/Jackett.IntegrationTests/**'
|
||||||
|
- '!Jackett/src/Jackett.Test/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- '**.cs'
|
||||||
|
- '**.js'
|
||||||
|
- Jackett/src/**
|
||||||
|
- '!Jackett/src/Jackett.Common/Indexers/**'
|
||||||
|
- '!Jackett/src/Jackett.IntegrationTests/**'
|
||||||
|
- '!Jackett/src/Jackett.Test/**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 00 * * 5'
|
- cron: '00 00 * * 5'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user