Skip to content

Commit

Permalink
Update build-verify.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 5c93f06 commit f426004
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
#- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
- '*.md'

jobs:
build-verify-package:
Expand Down

0 comments on commit f426004

Please sign in to comment.