Skip to content

Commit dfb7d9a

Browse files
committed
Fix paths
1 parent 59c7f57 commit dfb7d9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-archs-consistency.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
branches:
55
- main
66
paths:
7-
- src/specs/**
8-
- package.json
9-
- FabricExample/package.json
7+
- packages/react-native-gesture-handler/src/specs/**
8+
- packages/react-native-gesture-handler/package.json
9+
- apps/BasicExample/package.json
1010
- .github/workflows/check-archs-consistency.yml
1111
push:
1212
branches:

0 commit comments

Comments
 (0)