diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index f3ea46dbb0f..478515aa0ac 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -1,8 +1,9 @@ name: Health + on: pull_request: - branches: [ master ] - types: [opened, synchronize, reopened, labeled, unlabeled] + types: [synchronize, opened, reopened, labeled, unlabeled] + jobs: health: uses: dart-lang/ecosystem/.github/workflows/health.yaml@main