Skip to content

Commit

Permalink
add paths: src on root
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Apr 12, 2024
1 parent eeae88e commit 1ed8066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
# The branches below must be a subset of the branches above
branches: [ dev ]

paths:
- src

jobs:
analyze:
name: Analyze
Expand Down Expand Up @@ -38,6 +41,3 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
paths:
- src

0 comments on commit 1ed8066

Please sign in to comment.