Add markdown files to ignored files in the CI pipeline
The CI pipeline should not be running if only markdown files are modified, so they should be ignored.
This commit is contained in:
parent
fee68ac26e
commit
6cfcdcf3e6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -5,9 +5,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue