Skip to content

Commit 147607e

Browse files
authored
Skip CI run for any change that only contains changes in markdown file (#1310)
* Skip CI run for any change that only contains changes in markdown file * Only exclude markdown on the top level and everything inside 'Proposals/' path
1 parent d3ff15a commit 147607e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Pull request
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize]
6+
paths-ignore:
7+
- '*.md'
8+
- 'Proposals/**'
69

710
jobs:
811
tests:

0 commit comments

Comments
 (0)