Skip to content

Commit 68de1c0

Browse files
authored
fix: paths for test workflow
1 parent 891d54d commit 68de1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
pull_request:
55
paths:
66
- .github/workflows/test.yml
7-
- src/*
8-
- test/*
7+
- localstack-sdk-python/*
8+
- tests/*
99
- packages/*
1010
push:
1111
branches:

0 commit comments

Comments
 (0)