Update codeql-analysis.yml (#8843)

Fix warning in codeql
This commit is contained in:
Eugenio Romano
2023-08-23 11:21:36 +02:00
committed by GitHub
parent ce855ec36e
commit 729a65ca5c

View File

@@ -3,9 +3,15 @@ name: "CodeQL"
on:
push:
branches: [develop, master]
paths-ignore:
- 'e2e/resources/**/*.*'
- 'docs/**/*.*'
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
paths-ignore:
- 'e2e/resources/**/*.*'
- 'docs/**/*.*'
schedule:
- cron: '0 5 * * 0'