From 30873ee5a8f35aef3eabcece9c81a18ae9bec7bf Mon Sep 17 00:00:00 2001 From: Dmitriy Mozgovoy Date: Tue, 14 Nov 2023 17:54:41 +0200 Subject: [PATCH] chore(ci): add paths-ignore config to testing action; (#6078) --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4e2a4..ab14f13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,16 @@ name: 'CI' on: push: branches: '**' + paths-ignore: + - '**.md' + - 'sandbox/**' + - 'examples/**' pull_request: branches: '**' + paths-ignore: + - '**.md' + - 'sandbox/**' + - 'examples/**' permissions: contents: read