File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# Any file that is not a doc *.md file
22src :
3- - " !**/**.md"
3+ - " !docs/**"
4+ - " !**/*.md"
5+ - " !*.md"
6+ - " !.github/CONTRIBUTING.md"
7+ - " !.github/PULL_REQUEST_TEMPLATE.md"
8+ - " !**/README.md"
9+ - " !**/CHANGELOG.md"
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- pull_request : null
7+ paths-ignore :
8+ - ' docs/**'
9+ - ' **/*.md'
10+ - ' *.md'
11+ - ' .github/CONTRIBUTING.md'
12+ - ' .github/PULL_REQUEST_TEMPLATE.md'
13+ - ' **/README.md'
14+ - ' **/CHANGELOG.md'
15+ pull_request :
16+ paths-ignore :
17+ - ' docs/**'
18+ - ' **/*.md'
19+ - ' *.md'
20+ - ' .github/CONTRIBUTING.md'
21+ - ' .github/PULL_REQUEST_TEMPLATE.md'
22+ - ' **/README.md'
23+ - ' **/CHANGELOG.md'
824
925permissions :
1026 contents : read
You can’t perform that action at this time.
0 commit comments