Skip to content

Commit a69589f

Browse files
committed
Add missing path to workflow
1 parent f5c1af6 commit a69589f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dart_frog_lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- ".github/workflows/dart_frog.yaml"
7+
- "packages/dart_frog_lint/example/**"
78
- "packages/dart_frog_lint/lib/**"
89
- "packages/dart_frog_lint/test/**"
910
- "packages/dart_frog_lint/pubspec.yaml"
@@ -12,6 +13,7 @@ on:
1213
- main
1314
paths:
1415
- ".github/workflows/dart_frog_lint.yaml"
16+
- "packages/dart_frog_lint/example/**"
1517
- "packages/dart_frog_lint/lib/**"
1618
- "packages/dart_frog_lint/test/**"
1719
- "packages/dart_frog_lint/pubspec.yaml"

0 commit comments

Comments
 (0)