From 4f9518272c3c0bad57ff1a3ebcceb733255fc768 Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Mon, 25 Apr 2022 20:48:19 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 961c9d65..7240d37f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,24 @@ name: Arduino Library CI -on: [pull_request, push, repository_dispatch] +on: + push: + paths-ignore: + - '**/**.md' + - '**/**.yml' + - '/keywords.txt' + - '/library.json' + - '/library.properties' + - '/vue-frontend' + - '/docs' + pull_request: + paths-ignore: + - '**/**.md' + - '**/**.yml' + - '/keywords.txt' + - '/library.json' + - '/library.properties' + - '/vue-frontend' + - '/docs' jobs: build: