Skip to content

Commit f144931

Browse files
committed
ci: Prevent Maven github action to run when changing Markdown files
1 parent 59ad054 commit f144931

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ name: Java CI with Maven
66
on:
77
push:
88
branches: [ main ]
9+
paths-ignore:
10+
- '**.md'
911
pull_request:
1012
branches: [ main ]
13+
paths-ignore:
14+
- '**.md'
1115

1216
permissions:
1317
contents: read

0 commit comments

Comments
 (0)