소스 검색

Update ci.yml

Ayush Sharma 3 년 전
부모
커밋
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: