瀏覽代碼

Update workflow to run when required (#941)

Sidharth Mohanty 1 年之前
父節點
當前提交
bb28569abf
共有 1 個文件被更改,包括 8 次插入0 次删除
  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: