diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68c07b55f..6714bdb62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: branches: [ main ] paths-ignore: - '**.md' + - 'assets/**' + - 'e2e/**' - 'examples/**' - 'private/**' - 'website/**' @@ -15,6 +17,8 @@ on: types: [ opened, synchronize, reopened ] paths-ignore: - '**.md' + - 'assets/**' + - 'e2e/**' - 'examples/**' - 'private/**' - 'website/**' diff --git a/.github/workflows/companion.yml b/.github/workflows/companion.yml index 30a467283..fd617308a 100644 --- a/.github/workflows/companion.yml +++ b/.github/workflows/companion.yml @@ -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 ]