浏览代码

Update ci.yml

Ayush Sharma 2 年之前
父节点
当前提交
c494985159
共有 1 个文件被更改,包括 17 次插入1 次删除
  1. 17 1
      .github/workflows/ci.yml

+ 17 - 1
.github/workflows/ci.yml

@@ -1,6 +1,22 @@
 name: Arduino Library CI
 
-on: [pull_request, push, repository_dispatch]
+on: 
+  push:
+    paths-ignore:
+      - '**/**.md'
+      - '/keywords.txt'
+      - '/library.json'
+      - '/library.properties'
+      - '/ui'
+      - '/docs'
+  pull_request:
+    paths-ignore:
+      - '**/**.md'
+      - '/keywords.txt'
+      - '/library.json'
+      - '/library.properties'
+      - '/ui'
+      - '/docs'
 
 jobs:
   build: