Skip to content

Commit

Permalink
Update codeql-analysis.yml (#8843)
Browse files Browse the repository at this point in the history
Fix warning in codeql
  • Loading branch information
eromano committed Aug 23, 2023
1 parent ce855ec commit 729a65c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 729a65c

Please sign in to comment.