From 7970cf586916b497b5fa2c5a0fddfdb05edb6d03 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 13 Sep 2022 17:17:09 +0200 Subject: [PATCH] meta: skip a few more unnecessary CI runs (#4106) --- .github/workflows/ci.yml | 4 ++++ .github/workflows/companion.yml | 4 ++++ 2 files changed, 8 insertions(+) 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 ]