Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
22: Conditionally run tests based on src changes (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup authored Mar 28, 2024
1 parent 7e2666f commit b241395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ develop ]
pull_request:
types: [ opened, synchronize, reopened ]
paths:
- 'src/**'

jobs:
test:
Expand Down

0 comments on commit b241395

Please sign in to comment.