Skip to content

Commit

Permalink
ci: run tests if tests/ changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Jun 26, 2024
1 parent ba82f45 commit 8f700eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- main
paths:
- 'src/**'
- 'tests/**'
pull_request:
branches:
- main
paths:
- 'src/**'
- 'tests/**'
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 8f700eb

Please sign in to comment.