Skip to content

Commit 2f2de7f

Browse files
committed
Update deart_health.yaml
1 parent c7dd317 commit 2f2de7f

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed
Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,34 @@
11
name: Dart Health
22
on:
3+
push:
4+
branches:
5+
- main
6+
- master
7+
paths:
8+
- '.github/workflows/dart_health.yml'
9+
- 'pkgs/http/**'
10+
- 'pkgs/http_client_conformance_tests/**'
11+
- 'pkgs/http_parser/**'
12+
- 'pkgs/http_profile/**'
13+
- 'pkgs/http2/**'
14+
- 'pkgs/web_socket/**'
15+
- 'pkgs/web_socket_conformance_tests/**'
316
pull_request:
4-
branches: [ master ]
5-
types: [opened, synchronize, reopened, labeled, unlabeled]
617
paths:
718
- '.github/workflows/dart_health.yml'
8-
- "pkgs/http/**"
9-
- "pkgs/http_client_conformance_tests/**"
10-
- "pkgs/http_parser/**"
11-
- "pkgs/http_profile/**"
12-
- "pkgs/http2/**"
13-
- "pkgs/web_socket/**"
14-
- "pkgs/web_socket_conformance_tests/**"
19+
- 'pkgs/http/**'
20+
- 'pkgs/http_client_conformance_tests/**'
21+
- 'pkgs/http_parser/**'
22+
- 'pkgs/http_profile/**'
23+
- 'pkgs/http2/**'
24+
- 'pkgs/web_socket/**'
25+
- 'pkgs/web_socket_conformance_tests/**'
1526

1627
jobs:
1728
health:
1829
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
1930
with:
2031
sdk: master
21-
ignore_packages: "pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http"
32+
ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http'
2233
permissions:
2334
pull-requests: write

0 commit comments

Comments
 (0)