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 97b3c50 commit 6d2bd78
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,14 @@ on:
push:
paths-ignore:
- '.gitignore'
- 'ADOPTERS*'
- 'LICENSE'
- 'README*'
- 'CHANGELOG*'
- 'ROADMAP*'
- 'SECURITY*'
- 'GOVERNANCE*'
- 'CODE_OF_CONDUCT*'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'ADOPTERS*'
- 'LICENSE'
- 'README*'
- 'CHANGELOG*'
- 'ROADMAP*'
- 'SECURITY*'
- 'GOVERNANCE*'
- 'CODE_OF_CONDUCT*'
- '*.md'
permissions: read-all
jobs:
build-package:
Expand Down

0 comments on commit 6d2bd78

Please sign in to comment.