Browse Source

Update workflow to run when required (#941)

Sidharth Mohanty 1 năm trước cách đây
mục cha
commit
bb28569abf
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      .github/workflows/ci.yml

+ 8 - 0
.github/workflows/ci.yml

@@ -3,7 +3,15 @@ name: ci
 on:
   push:
     branches: [main]
+    paths:
+      - 'embedchain/**'
+      - 'tests/**'
+      - 'examples/**'
   pull_request:
+    paths:
+      - 'embedchain/**'
+      - 'tests/**'
+      - 'examples/**'
 
 jobs:
   build: