Skip to content

Commit 6b112b0

Browse files
authored
Run DCM workflow against PR branch (#2131)
1 parent b10d62b commit 6b112b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dcm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- id: checkout
3030
name: Checkout repository
3131
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
32+
with:
33+
ref: "refs/pull/${{ github.event.number }}/merge"
3234
- id: dwds_pub_upgrade
3335
name: dwds; dart pub upgrade
3436
run: dart pub upgrade

0 commit comments

Comments
 (0)