From aaf2a4382fd5dfc8f262f174d3a38b864531b259 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 27 Sep 2023 16:19:58 +0200 Subject: [PATCH] chore: skip paths in CI workflow (#585) Co-authored-by: Tom Tuffin <71447672+ttuffin@users.noreply.github.com> --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 783dfd4e..f642b698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,15 @@ on: push: branches: - "main" + paths-ignore: + - "docs/**" + - "*.md" pull_request: branches: - "main" + paths-ignore: + - "docs/**" + - "*.md" workflow_dispatch: jobs: