Skip to content

Commit

Permalink
Don't run codeql workflows on unit test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMe25 committed Jan 11, 2024
1 parent 5deb5d7 commit 0bcc84c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
push:
paths:
- src/**
- lib/**
- test/**
- include/**
- lib/**
- shared/**
- platformio.ini
- .github/workflows/codeql-cpp.yml
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
push:
paths:
- src/**
- lib/**
- test/**
- include/**
- lib/**
- shared/**
- platformio.ini
- .github/workflows/codeql-js.yml
pull_request:
Expand Down

0 comments on commit 0bcc84c

Please sign in to comment.