Browse Source

meta: skip a few more unnecessary CI runs (#4106)

Antoine du Hamel 2 years ago
parent
commit
7970cf5869
2 changed files with 8 additions and 0 deletions
  1. 4 0
      .github/workflows/ci.yml
  2. 4 0
      .github/workflows/companion.yml

+ 4 - 0
.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/**'

+ 4 - 0
.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 ]