Skip to content

Commit

Permalink
ignore markdown and txt files in CI (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: David Justice <[email protected]>
  • Loading branch information
devigned authored Nov 8, 2024
1 parent 7f74c7f commit 0dadb6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ValidatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Validate Pull Request
on:
pull_request:
branches: [main, "release/**"]
paths-ignore:
- '**.md'
- '**.txt'
merge_group:

permissions:
Expand Down

0 comments on commit 0dadb6b

Please sign in to comment.