mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
CI: enha: don't run if only .md
was modified
This commit is contained in:
parent
f662083cc1
commit
0e93075a4d
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
tags:
|
||||
- "[0-9]+.[0-9]+.[0-9]+"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
|
||||
jobs:
|
||||
clippy-rustfmt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user