Skip to content

Commit

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

defaults:
Expand Down

0 comments on commit 2ad688e

Please sign in to comment.