ci: ignore markdown files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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