@@ -10,7 +10,8 @@ on:
- 'examples/**'
- 'private/**'
- 'website/**'
- - '.github/workflows/**'
+ - '.github/**'
+ - '!.github/workflows/ci.yml'
jobs:
unit_tests:
@@ -8,6 +8,7 @@ on:
paths:
- yarn.lock
- 'packages/@uppy/companion/**'
+ - '.github/workflows/companion.yml'
test:
@@ -8,6 +8,8 @@ on:
+ - '!.github/workflows/e2e.yml'
pull_request_target:
types: [ opened, synchronize, reopened, labeled ]
paths-ignore:
@@ -16,7 +18,7 @@ on:
pull_request:
types: [ opened, synchronize, reopened ]
@@ -6,6 +6,7 @@ on:
+ - '.github/workflows/website.yml'
deploy: