Limit codeql run by frontend paths (#1484)

This commit is contained in:
Roman Zabaluev 2022-01-26 22:04:16 +03:00 committed by GitHub
parent f58d74824c
commit c9e7aac898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,9 @@ on:
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:
- 'kafka-ui-contract/**'
- 'kafka-ui-react-app/**'
schedule: schedule:
- cron: '39 15 * * 6' - cron: '39 15 * * 6'