Skip to content

Commit b9b796d

Browse files
committed
check-for-missing-dlls: also run on pushes to the ucrt64 branch
Same reasoning as the matching change to `ci-artifacts.yml`: while the PR opened from this branch (#117) is in a `DIRTY` merge state, GitHub refuses to dispatch `pull_request` events, so the DLL check no longer runs against the PR head. Listing `ucrt64` under the `push` trigger restores coverage directly from the branch tip. Assisted-by: Opus 4.7 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 1a7ed1d commit b9b796d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check-for-missing-dlls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- ucrt64
78
pull_request:
89

910
env:

0 commit comments

Comments
 (0)