Browse Source

Only deploy on companion changes (#3677)

kiloreux 3 years ago
parent
commit
ab695cd37f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/companion-deploy.yml

+ 2 - 0
.github/workflows/companion-deploy.yml

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