Do not trigger Companion edge deploy on yarn.lock (#6134)

This triggers way too often, which is not needed. Especially pushing to
DockerHub is very unnecessary whenever `yarn.lock` changes.
This commit is contained in:
Merlijn Vos 2026-01-19 04:20:27 +01:00 committed by GitHub
parent ce39081512
commit 8912bafaf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,6 @@ on:
push:
branches: ['main']
paths:
- yarn.lock
- 'packages/@uppy/companion/**'
- '.github/workflows/companion-deploy.yml'