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

Commit

Permalink
ci(codeql): fix not running when src changed recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 12, 2025
1 parent a32e7fc commit 26e509d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:
push:
branches: ['main']
paths:
- src
- src/**
pull_request:
branches: ['main']
paths:
- src
- src/**
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit 26e509d

Please sign in to comment.