ソースを参照

Restrict e2e CI runs (#4075)

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Merlijn Vos 2 年 前
コミット
ff97b29e90
1 ファイル変更13 行追加0 行削除
  1. 13 0
      .github/workflows/e2e.yml

+ 13 - 0
.github/workflows/e2e.yml

@@ -2,8 +2,21 @@ name: End-to-end tests
 on:
   push:
     branches: [ main ]
+    paths-ignore:
+      - '**.md'
+      - '**.d.ts'
+      - 'examples/**'
+      - 'private/**'
+      - 'website/**'
   pull_request_target:
     types: [ opened, synchronize, reopened, labeled ]
+    paths-ignore:
+      - '**.md'
+      - '**.d.ts'
+      - 'examples/**'
+      - 'private/**'
+      - 'website/**'
+      - .github/workflows/e2e.yml
   pull_request:
     types: [ opened, synchronize, reopened ]
     paths: