Skip to content

Commit 29563c4

Browse files
authored
ci: example workflows depend on dart frog (#319)
1 parent cf2107c commit 29563c4

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/examples_counter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- "examples/counter/lib/**"
1212
- "examples/counter/test/**"
1313
- ".github/workflows/examples_counter.yaml"
14+
- "packages/dart_frog/lib/**"
15+
- "packages/dart_frog/pubspec.yaml"
1416
branches:
1517
- main
1618

.github/workflows/examples_echo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- "examples/echo/lib/**"
1212
- "examples/echo/test/**"
1313
- ".github/workflows/examples_echo.yaml"
14+
- "packages/dart_frog/lib/**"
15+
- "packages/dart_frog/pubspec.yaml"
1416
branches:
1517
- main
1618

.github/workflows/examples_hello_world.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- "examples/hello_world/lib/**"
1212
- "examples/hello_world/test/**"
1313
- ".github/workflows/examples_hello_world.yaml"
14+
- "packages/dart_frog/lib/**"
15+
- "packages/dart_frog/pubspec.yaml"
1416
branches:
1517
- main
1618

.github/workflows/examples_todos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
- "examples/todos/packages/**/lib/**"
1414
- "examples/todos/packages/**/test/**"
1515
- ".github/workflows/examples_todos.yaml"
16+
- "packages/dart_frog/lib/**"
17+
- "packages/dart_frog/pubspec.yaml"
1618
branches:
1719
- main
1820

0 commit comments

Comments
 (0)