Skip to content

Commit

Permalink
Run the CodeQL workflow on the /src changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
segor committed Feb 9, 2024
1 parent dadbe9e commit 709a1d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ name: "CodeQL"
on:
push:
branches: [ "dev", "master" ]
paths:
- 'src/**'
pull_request:
branches: [main]
branches: [main]
paths:
- 'src/**'
paths-ignore:
- '**/*.md'
- '**/*.txt'
schedule:
- cron: '22 1 * * 1'
workflow_dispatch:

jobs:
analyze:
Expand Down

0 comments on commit 709a1d0

Please sign in to comment.