Skip to content

Commit

Permalink
Update DCM workflow (#5991)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Jul 6, 2023
1 parent 5074fd2 commit 2b972e6
Showing 1 changed file with 3 additions and 4 deletions.
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

0 comments on commit 2b972e6

Please sign in to comment.