Skip to content

Commit

Permalink
👷 chore(ci): Run tests only on changes in specific directories
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Jan 3, 2024
1 parent ecccf6d commit 6629bff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- new-dawn
pull_request:
paths:
- '.github/actions/**/*.yml'
- '.github/workflows/**/*.yml'
- 'packages/**'
- 'wallets/**'

jobs:
test-unit:
Expand Down

0 comments on commit 6629bff

Please sign in to comment.