Browse Source

Update ci.yml

Ayush Sharma 2 years ago
parent
commit
c494985159
1 changed files with 17 additions and 1 deletions
  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: