Skip to content

Commit e8520bc

Browse files
committed
chore: ignore .md changes on CI
1 parent 3150c16 commit e8520bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ on:
55
branches:
66
- main
77

8+
paths-ignore:
9+
- '**.md'
10+
811
pull_request:
912
branches:
1013
- main
1114

15+
paths-ignore:
16+
- '**.md'
17+
1218
jobs:
1319
lint:
1420
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)