mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-22 18:16:26 +00:00
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:
parent
ce39081512
commit
8912bafaf4
1 changed files with 0 additions and 1 deletions
1
.github/workflows/companion-deploy.yml
vendored
1
.github/workflows/companion-deploy.yml
vendored
|
|
@ -7,7 +7,6 @@ on:
|
|||
push:
|
||||
branches: ['main']
|
||||
paths:
|
||||
- yarn.lock
|
||||
- 'packages/@uppy/companion/**'
|
||||
- '.github/workflows/companion-deploy.yml'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue