From 0e4962a9e8e80233a21dfa083df255f2e906c25b Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Thu, 18 Jul 2024 23:00:30 +0200 Subject: [PATCH] chore(ci): ignore markdown files for ci --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0b76e4b..e0d53ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,7 @@ on: - '.vscode/**' - 'contrib/**' - 'docs/**' + - '*.md' pull_request: branches: - '**' @@ -17,6 +18,7 @@ on: - '.vscode/**' - 'contrib/**' - 'docs/**' + - '*.md' jobs: build: runs-on: ubuntu-latest