DEV: Fix pnpm dedupe workflow branch matching (#31322)

It was missing branches for updated namespaced packages
This commit is contained in:
Jarek Radosz
2025-02-12 23:22:26 +01:00
committed by GitHub
parent faf0b6902c
commit 6c70825d3d

View File

@ -3,7 +3,7 @@ name: Pnpm dedupe on Dependabot PRs
on:
push:
branches:
- "dependabot/npm_and_yarn/*"
- "dependabot/npm_and_yarn/**/*"
paths:
- "pnpm-lock.yaml"