Skip to content

Commit d71db66

Browse files
committed
Try to get health CI check to run
1 parent dc30f8e commit d71db66

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/health.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Health
2+
23
on:
34
pull_request:
4-
branches: [ master ]
5-
types: [opened, synchronize, reopened, labeled, unlabeled]
5+
types: [synchronize, opened, reopened, labeled, unlabeled]
6+
paths:
7+
- "**/*.dart"
8+
69
jobs:
710
health:
811
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main

0 commit comments

Comments
 (0)