@@ -5,6 +5,8 @@ on:
branches: [ main ]
paths-ignore:
- '**.md'
+ - 'assets/**'
+ - 'e2e/**'
- 'examples/**'
- 'private/**'
- 'website/**'
@@ -15,6 +17,8 @@ on:
types: [ opened, synchronize, reopened ]
@@ -2,6 +2,10 @@ name: Companion
on:
push:
+ 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