Only deploy on companion changes (#3677)

This commit is contained in:
kiloreux 2022-05-04 04:46:29 +01:00 committed by GitHub
parent 4c81c21a22
commit ab695cd37f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@ name: Companion Deploy
on:
push:
branches: [main]
paths:
- 'packages/@uppy/companion/**'
jobs:
docker: