Skip to content

Commit d5960f0

Browse files
committed
Only exclude markdown on the top level and everything inside 'Proposals/' path
1 parent 450f29d commit d5960f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize]
66
paths-ignore:
7-
- '**.md'
7+
- '*.md'
8+
- 'Proposals/**'
89

910
jobs:
1011
tests:

0 commit comments

Comments
 (0)