Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/dcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ name: Dart Code Metrics

on:
pull_request_target:
# synchronize, opened, and reopened are the default pull_request_target
# types. labeled and unlabeled are also required to re-run workflow when
# the run-dcm-workflow label is added or removed.
types: [opened, reopened, labeled, unlabeled]
# labeled and unlabeled are required along with open to re-run
# workflow when the run-dcm-workflow label is added or removed.
types: [opened, labeled, unlabeled]
branches:
- master
paths:
Expand Down