Преглед изворни кода

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: