Skip to content

Commit

Permalink
Ignore all .md files.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 6, 2023
1 parent 838160c commit c02aec6
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkstyle-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: "Check code style"
on:
push:
paths:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'
pull_request:
paths:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: "Check code style"
on:
push:
paths-ignore:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'
pull_request:
paths-ignore:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-docker-images-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: "Scan docker images from the allowed docker images list"
on:
push:
paths:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'
pull_request:
paths:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: "Scan docker images from the allowed docker images list"
on:
push:
paths-ignore:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'
pull_request:
paths-ignore:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all-metadata-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths-ignore:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-metadata-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths-ignore:
- '*.md'
- '**.md'
- 'library-and-framework-list*.json'

concurrency:
Expand Down

0 comments on commit c02aec6

Please sign in to comment.