Skip to content

Commit

Permalink
Update build-package.yml to exclude all MD files
Browse files Browse the repository at this point in the history
Exclude all MD files, ref: microcks/.github#16
  • Loading branch information
yada authored Sep 10, 2024
1 parent 5a58a01 commit ad402aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ on:
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
- '*.md'
jobs:
build-package-grpc-hello:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad402aa

Please sign in to comment.