Skip to content

Commit

Permalink
Revert "Only run tests on src and tests changes. (#47)"
Browse files Browse the repository at this point in the history
This reverts commit 2283d9f.
  • Loading branch information
Kostis-S-Z authored Dec 9, 2024
1 parent 2283d9f commit 41d3385
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ name: Tests
on:
push:
branches: [main]
paths:
- 'src/**'
- 'tests/**'
pull_request:
paths:
- 'src/**'
- 'tests/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 41d3385

Please sign in to comment.