mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
Only deploy on companion changes (#3677)
This commit is contained in:
parent
4c81c21a22
commit
ab695cd37f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/companion-deploy.yml
vendored
2
.github/workflows/companion-deploy.yml
vendored
|
|
@ -4,6 +4,8 @@ name: Companion Deploy
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'packages/@uppy/companion/**'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue