Limit codeql run by frontend paths (#1484)
This commit is contained in:
parent
f58d74824c
commit
c9e7aac898
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -17,6 +17,9 @@ on:
|
|||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'kafka-ui-contract/**'
|
||||
- 'kafka-ui-react-app/**'
|
||||
schedule:
|
||||
- cron: '39 15 * * 6'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue