ci: ignore markdown files
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -9,6 +9,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- '**.md'
|
||||||
# pull_request:
|
# pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
# Run daily on default branch
|
# Run daily on default branch
|
||||||
|
|||||||
1
.github/workflows/ci_docker.yml
vendored
1
.github/workflows/ci_docker.yml
vendored
@@ -13,6 +13,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- '**.md'
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
# branches is needed if tags-ignore is used
|
# branches is needed if tags-ignore is used
|
||||||
|
|||||||
Reference in New Issue
Block a user