Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 1ed3c68

Browse files
authored
ignore .md and docs (#4077)
1 parent 49b0130 commit 1ed3c68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ on:
55
- "1.x"
66
tags:
77
- v1*
8+
paths-ignore:
9+
- "docs/**"
10+
- "assets/**"
11+
- "**.md"
812
pull_request:
913
branches:
1014
- "1.x"
1115
types: [opened, reopened, synchronize]
16+
paths-ignore:
17+
- "docs/**"
18+
- "assets/**"
19+
- "**.md"
1220
jobs:
1321
lint:
1422
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)