Skip to content

Commit

Permalink
fix: 🔧 fix test workflow trigger paths
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed Dec 21, 2024
1 parent 9680556 commit 3729391
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on:
# https://blog.esciencecenter.nl/reduce-reuse-recycle-save-the-planet-one-github-action-at-a-time-4ab602255c3f
push:
paths:
- 'patches/'
- 'src/'
- 'tests/'
- 'patches/**'
- 'src/**'
- 'tests/**'
- 'package.json'
- 'bun.lockb'
- 'tsconfig.json'

pull_request:
paths:
- 'patches/'
- 'src/'
- 'tests/'
- 'patches/**'
- 'src/**'
- 'tests/**'
- 'package.json'
- 'bun.lockb'
- 'tsconfig.json'
Expand Down

0 comments on commit 3729391

Please sign in to comment.