We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da44360 + 0dadb6b commit 620a593Copy full SHA for 620a593
.github/workflows/ValidatePullRequest.yml
@@ -5,6 +5,9 @@ name: Validate Pull Request
5
on:
6
pull_request:
7
branches: [main, "release/**"]
8
+ paths-ignore:
9
+ - '**.md'
10
+ - '**.txt'
11
merge_group:
12
13
permissions:
0 commit comments