CI: enha: don't run if only .md was modified

This commit is contained in:
João Marcos P. Bezerra 2024-11-17 18:55:41 -03:00
parent f662083cc1
commit 0e93075a4d

View File

@ -7,6 +7,8 @@ on:
tags: tags:
- "[0-9]+.[0-9]+.[0-9]+" - "[0-9]+.[0-9]+.[0-9]+"
pull_request: pull_request:
paths-ignore:
- "*.md"
jobs: jobs:
clippy-rustfmt: clippy-rustfmt: