ci: ignore markdown files

pull/47/head
scito 1 year ago
parent 84e1922979
commit 576b1e68c5
No known key found for this signature in database

@ -9,6 +9,7 @@ on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
# pull_request:
schedule:
# Run daily on default branch

@ -13,6 +13,7 @@ on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
tags-ignore:
- '**'
# branches is needed if tags-ignore is used

Loading…
Cancel
Save