Skip to content

Commit c8cf716

Browse files
authored
build: ignore running ci when changing only markdown files. (#119)
1 parent f41a385 commit c8cf716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ '*' ]
8+
paths-ignore:
9+
- '**/*.md'
810

911
env:
1012
MIX_ENV: test

0 commit comments

Comments
 (0)