Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-apprentice committed Jun 30, 2024
1 parent d021127 commit 8215c9c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
workflow_dispatch:
push:
branches: [ "develop", "master" ]
paths:
- 'src/**'
- '__tests__/**'
pull_request:
branches: [ "develop", "master" ]
paths:
- 'src/**'
- '__tests__/**'
paths:
- 'src/**'
- '__tests__/**'


jobs:
test:
Expand Down

0 comments on commit 8215c9c

Please sign in to comment.