Skip to content

Commit 0dadb6b

Browse files
authored
ignore markdown and txt files in CI (#44)
Signed-off-by: David Justice <[email protected]>
1 parent 7f74c7f commit 0dadb6b

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)