|
@@ -2,6 +2,10 @@ name: Companion
|
|
|
on:
|
|
|
push:
|
|
|
branches: [ main ]
|
|
|
+ paths:
|
|
|
+ - yarn.lock
|
|
|
+ - 'packages/@uppy/companion/**'
|
|
|
+ - '.github/workflows/companion.yml'
|
|
|
pull_request:
|
|
|
# We want all branches so we configure types to be the GH default again
|
|
|
types: [ opened, synchronize, reopened ]
|