mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user