Skip to content

Commit 9584a61

Browse files
committed
ignore md files
1 parent 0c0d463 commit 9584a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
push:
88
branches: [ master ]
99
paths:
10-
- 'src/'
10+
- 'src/**'
1111
pull_request:
1212
branches: [ master ]
1313
paths:
14-
- 'src/'
14+
- 'src/**'
1515

1616
jobs:
1717
publish:

0 commit comments

Comments
 (0)