We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc30f8e commit d71db66Copy full SHA for d71db66
1 file changed
.github/workflows/health.yaml
@@ -1,8 +1,11 @@
1
name: Health
2
+
3
on:
4
pull_request:
- branches: [ master ]
5
- types: [opened, synchronize, reopened, labeled, unlabeled]
+ types: [synchronize, opened, reopened, labeled, unlabeled]
6
+ paths:
7
+ - "**/*.dart"
8
9
jobs:
10
health:
11
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
0 commit comments