Skip to content

Commit

Permalink
CodeQL now triggers only on specific file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Jun 16, 2023
1 parent cf3a439 commit 295a19a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: 'Discover vulnerabilities with CodeQL'
on:
push:
branches: [ 'master', 'develop' ]
paths: [ '**.java', '**.js' ]
pull_request:
branches: [ 'master', 'develop' ]
paths: [ '**.java', '**.js' ]
schedule:
- cron: '0 0 * * 1'

Expand Down

0 comments on commit 295a19a

Please sign in to comment.