Skip to content

Commit f426004

Browse files
authored
Update build-verify.yml to exclude all MD files
Exclude all MD files, ref: microcks/.github#16
1 parent 5c93f06 commit f426004

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-verify.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ on:
55
#- '.github/**'
66
- '.gitignore'
77
- 'LICENSE'
8-
- 'README*'
9-
- 'CODE_OF_CONDUCT*'
8+
- '*.md'
109
pull_request:
1110
paths-ignore:
1211
- '.github/**'
1312
- '.gitignore'
1413
- 'LICENSE'
15-
- 'README*'
16-
- 'CODE_OF_CONDUCT*'
14+
- '*.md'
1715

1816
jobs:
1917
build-verify-package:

0 commit comments

Comments
 (0)