Skip to content

Commit 0c0d463

Browse files
committed
ignore md files
1 parent d84321c commit 0c0d463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ name: Java CI with Gradle
66
on:
77
push:
88
branches: [ master ]
9-
paths-ignore:
10-
- '**.md'
9+
paths:
10+
- 'src/'
1111
pull_request:
1212
branches: [ master ]
13-
paths-ignore:
14-
- '**.md'
13+
paths:
14+
- 'src/'
1515

1616
jobs:
1717
publish:

0 commit comments

Comments
 (0)