diff --git a/.github/workflows/ValidatePullRequest.yml b/.github/workflows/ValidatePullRequest.yml index 104ffd875..26cafdb47 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: