Skip to content

Commit c7880ea

Browse files
committed
fix: 🔧 fix test workflow trigger paths
1 parent 818edf1 commit c7880ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on:
44
# https://blog.esciencecenter.nl/reduce-reuse-recycle-save-the-planet-one-github-action-at-a-time-4ab602255c3f
55
push:
66
paths:
7-
- 'patches/'
8-
- 'src/'
9-
- 'tests/'
7+
- 'patches/**'
8+
- 'src/**'
9+
- 'tests/**'
1010
- 'package.json'
1111
- 'bun.lockb'
1212
- 'tsconfig.json'
1313

1414
pull_request:
1515
paths:
16-
- 'patches/'
17-
- 'src/'
18-
- 'tests/'
16+
- 'patches/**'
17+
- 'src/**'
18+
- 'tests/**'
1919
- 'package.json'
2020
- 'bun.lockb'
2121
- 'tsconfig.json'

0 commit comments

Comments
 (0)