Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
Edit paths to include and ignore setting for workflow runs
  • Loading branch information
spassarop authored Feb 12, 2022
1 parent b7c1511 commit 4a91631
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@

name: "CodeQL"

paths:
- src
paths-ignore:
- src/test

on:
push:
branches: [main]
paths:
- 'src/**'
- '!src/test/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths:
- 'src/**'
- '!src/test/**'
schedule:
- cron: '0 9 * * 5'

Expand Down

0 comments on commit 4a91631

Please sign in to comment.