From b12a6083f33539ac3883e5a9938e46a76f99305d Mon Sep 17 00:00:00 2001 From: Dmitriy Mozgovoy Date: Tue, 14 Nov 2023 21:51:59 +0200 Subject: [PATCH] chore(ci): removed paths-ignore filter; (#6080) --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f1599b..0b0126c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,16 +3,8 @@ name: 'CI' on: push: branches: '**' - paths-ignore: - - '**.md' - - 'sandbox/**' - - 'examples/**' pull_request: branches: '**' - paths-ignore: - - '**.md' - - 'sandbox/**' - - 'examples/**' permissions: contents: read