From 0dadb6b888902e168af3c8a58a25103609035def Mon Sep 17 00:00:00 2001 From: David Justice Date: Fri, 8 Nov 2024 09:04:05 -0500 Subject: [PATCH] ignore markdown and txt files in CI (#44) Signed-off-by: David Justice --- .github/workflows/ValidatePullRequest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ValidatePullRequest.yml b/.github/workflows/ValidatePullRequest.yml index 104ffd87..26cafdb4 100644 --- a/.github/workflows/ValidatePullRequest.yml +++ b/.github/workflows/ValidatePullRequest.yml @@ -5,6 +5,9 @@ name: Validate Pull Request on: pull_request: branches: [main, "release/**"] + paths-ignore: + - '**.md' + - '**.txt' merge_group: permissions: