Skip to content

Commit 24161be

Browse files
committed
ci: update workflow triggers to include scripts directory and add version checks in install-tools.sh
1 parent fb46dfb commit 24161be

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/dart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'formats/**'
99
- 'smoke/**'
1010
- '.github/workflows/dart.yaml'
11+
- '.github/workflows/scripts/**'
1112
- 'pubspec.yaml'
1213

1314
jobs:

.github/workflows/firestore.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
paths:
8+
- '.github/workflows/firestore.yaml'
9+
- '.github/workflows/scripts/**'
810
- 'smoke/test_firestore/**'
911
- 'packages/dogs_odm/**'
1012
- 'packages/dogs/**'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
flutter --version
34
flutter pub global activate melos
5+
melos --version
46
melos bootstrap

0 commit comments

Comments
 (0)