Skip to content

Commit 513084d

Browse files
committed
ignore markdown and txt files in CI
Signed-off-by: David Justice <[email protected]>
1 parent aeda516 commit 513084d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Validate Pull Request
55
on:
66
pull_request:
77
branches: [main, "release/**"]
8+
paths-ignore:
9+
- '**.md'
10+
- '**.txt'
811
merge_group:
912

1013
permissions:

0 commit comments

Comments
 (0)