Skip to content

Commit ad402aa

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ on:
44
paths-ignore:
55
- '.gitignore'
66
- 'LICENSE'
7-
- 'README*'
8-
- 'CODE_OF_CONDUCT*'
7+
- '*.md'
98
pull_request:
109
paths-ignore:
1110
- '.github/**'
1211
- '.gitignore'
1312
- 'LICENSE'
14-
- 'README*'
15-
- 'CODE_OF_CONDUCT*'
13+
- '*.md'
1614
jobs:
1715
build-package-grpc-hello:
1816
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)