Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
ci(codeql): only trigger on change in src
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 9, 2025
1 parent 4077c8e commit 3f5eda1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ name: 'CodeQL'
on:
push:
branches: ['main']
paths:
- src
pull_request:
branches: ['main']
paths:
- src
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit 3f5eda1

Please sign in to comment.