ci: ignore markdown files

This commit is contained in:
scito
2023-01-24 23:00:32 +01:00
parent 84e1922979
commit 576b1e68c5
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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